We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a9614 commit 811af42Copy full SHA for 811af42
src/libcore/marker.rs
@@ -602,7 +602,7 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
602
/// this trait cannot prevent types from moving by itself.
603
///
604
/// Instead it is used to prevent moves through the type system,
605
-/// by controlling the behavior of pointers wrapped in the [`Pin`] wrapper,
+/// by controlling the behavior of pointers `P` wrapped in the [`Pin<P>`] wrapper,
606
/// which "pin" the type in place by not allowing it to be moved out of them.
607
/// See the [`pin module`] documentation for more information on pinning.
608
0 commit comments