Skip to content

Commit cf0f2b0

Browse files
committed
pin: make the to-module link more visible
1 parent b92d360 commit cf0f2b0

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)