Skip to content

Commit 95fe6ac

Browse files
committed
thanks @eddyb
1 parent c547e08 commit 95fe6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ptr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub const fn null_mut<T>() -> *mut T { 0 as *mut T }
7575
/// # Safety
7676
///
7777
/// This function copies the memory through the raw pointers passed to it
78-
/// as arguments, which means they will be dereferenced.
78+
/// as arguments.
7979
///
8080
/// Ensure that these pointers are valid before calling `swap`.
8181
#[inline]

0 commit comments

Comments
 (0)