about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-05-08 17:20:43 +0200
committerRalf Jung <post@ralfj.de>2019-05-08 17:21:05 +0200
commitcf0f2b041be6f580c18f7925551528bb1df564d8 (patch)
tree2927948cafb21fe028976799f5a008213b5bfeb0 /src/libcore
parentb92d360c6cf029bd98c154cb510ec9e11b39bad6 (diff)
downloadrust-cf0f2b041be6f580c18f7925551528bb1df564d8.tar.gz
rust-cf0f2b041be6f580c18f7925551528bb1df564d8.zip
pin: make the to-module link more visible
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/pin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/pin.rs b/src/libcore/pin.rs
index e74ed9b7889..4ced860948b 100644
--- a/src/libcore/pin.rs
+++ b/src/libcore/pin.rs
@@ -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