We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
write_unaligned
1 parent 6eceb94 commit 422b616Copy full SHA for 422b616
src/libcore/ptr.rs
@@ -592,7 +592,7 @@ pub unsafe fn write<T>(dst: *mut T, src: T) {
592
/// location pointed to by `dst`.
593
///
594
/// This is appropriate for initializing uninitialized memory, or overwriting
595
-/// memory that has previously been [`read`] from.
+/// memory that has previously been read with [`read_unaligned`].
596
597
/// [`write`]: ./fn.write.html
598
/// [`read_unaligned`]: ./fn.read_unaligned.html
0 commit comments