fix doc
This commit is contained in:
parent
d0ca8b1a39
commit
4bb74b24f9
@ -1029,7 +1029,7 @@ impl Entities {
|
|||||||
/// Returns the previous location of the row.
|
/// Returns the previous location of the row.
|
||||||
///
|
///
|
||||||
/// # Safety
|
/// # 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
|
/// - `location` must be valid for the entity at `row` or immediately made valid afterwards
|
||||||
/// before handing control to unknown code.
|
/// before handing control to unknown code.
|
||||||
#[inline]
|
#[inline]
|
||||||
|
Loading…
Reference in New Issue
Block a user