Skip to content

Commit

Permalink
Rollup merge of rust-lang#57433 - ecstatic-morse:issue-56610-bad-link…
Browse files Browse the repository at this point in the history
…, r=dtolnay

Add link destination for `read-ownership`

Resolves rust-lang#56610.
  • Loading branch information
Centril authored Jan 12, 2019
2 parents a61ebac + 68b8b43 commit a9c9a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/ptr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ pub unsafe fn write_unaligned<T>(dst: *mut T, src: T) {
/// [valid]: ../ptr/index.html#safety
/// [`Copy`]: ../marker/trait.Copy.html
/// [`read`]: ./fn.read.html
/// [read-ownership]: ./fn.read.html#ownership-of-the-returned-value
///
/// Just like in C, whether an operation is volatile has no bearing whatsoever
/// on questions involving concurrent access from multiple threads. Volatile
Expand Down

0 comments on commit a9c9a2c

Please sign in to comment.