Rollup merge of #60638 - RalfJung:pin, r=sanxiyn

pin: make the to-module link more visible

Cc @gnzlbg
This commit is contained in:
Mazdak Farrokhzad 2019-05-09 18:34:53 +02:00 committed by GitHub
commit a74313b498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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