thanks @eddyb
This commit is contained in:
parent
c547e08ce2
commit
95fe6ac14f
@ -75,7 +75,7 @@ pub const fn null_mut<T>() -> *mut T { 0 as *mut T }
|
||||
/// # Safety
|
||||
///
|
||||
/// This function copies the memory through the raw pointers passed to it
|
||||
/// as arguments, which means they will be dereferenced.
|
||||
/// as arguments.
|
||||
///
|
||||
/// Ensure that these pointers are valid before calling `swap`.
|
||||
#[inline]
|
||||
|
Loading…
Reference in New Issue
Block a user