Skip to content

Commit a74313b

Browse files
authored
Rollup merge of rust-lang#60638 - RalfJung:pin, r=sanxiyn
pin: make the to-module link more visible Cc @gnzlbg
2 parents 8fd5587 + cf0f2b0 commit a74313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ use crate::ops::{Deref, DerefMut, Receiver, CoerceUnsized, DispatchFromDyn};
274274
/// value in place, preventing the value referenced by that pointer from being moved
275275
/// unless it implements [`Unpin`].
276276
///
277-
/// See the [`pin` module] documentation for further explanation on pinning.
277+
/// *See the [`pin` module] documentation for an explanation of pinning.*
278278
///
279279
/// [`Unpin`]: ../../std/marker/trait.Unpin.html
280280
/// [`pin` module]: ../../std/pin/index.html

0 commit comments

Comments
 (0)