We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c547e08 commit 95fe6acCopy full SHA for 95fe6ac
src/libcore/ptr.rs
@@ -75,7 +75,7 @@ pub const fn null_mut<T>() -> *mut T { 0 as *mut T }
75
/// # Safety
76
///
77
/// This function copies the memory through the raw pointers passed to it
78
-/// as arguments, which means they will be dereferenced.
+/// as arguments.
79
80
/// Ensure that these pointers are valid before calling `swap`.
81
#[inline]
0 commit comments