This commit is contained in:
Elliott Pierce 2025-07-10 13:31:31 -04:00
parent d0ca8b1a39
commit 4bb74b24f9

View File

@ -1029,7 +1029,7 @@ impl Entities {
/// Returns the previous location of the row.
///
/// # Safety
/// - The current location of the `row` must already be set. If not, use [`declare`](Self::declare).
/// - The current location of the `row` must already be set. If not, use [`new_location`](Self::new_location).
/// - `location` must be valid for the entity at `row` or immediately made valid afterwards
/// before handing control to unknown code.
#[inline]