Skip to content

Commit 68b8b43

Browse files
Add link destination for read-ownership
1 parent 8e2063d commit 68b8b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/ptr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ pub unsafe fn write_unaligned<T>(dst: *mut T, src: T) {
849849
/// [valid]: ../ptr/index.html#safety
850850
/// [`Copy`]: ../marker/trait.Copy.html
851851
/// [`read`]: ./fn.read.html
852+
/// [read-ownership]: ./fn.read.html#ownership-of-the-returned-value
852853
///
853854
/// Just like in C, whether an operation is volatile has no bearing whatsoever
854855
/// on questions involving concurrent access from multiple threads. Volatile

0 commit comments

Comments
 (0)