Skip to content

Commit 811af42

Browse files
committed
fix link
1 parent 32a9614 commit 811af42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
602602
/// this trait cannot prevent types from moving by itself.
603603
///
604604
/// Instead it is used to prevent moves through the type system,
605-
/// by controlling the behavior of pointers wrapped in the [`Pin`] wrapper,
605+
/// by controlling the behavior of pointers `P` wrapped in the [`Pin<P>`] wrapper,
606606
/// which "pin" the type in place by not allowing it to be moved out of them.
607607
/// See the [`pin module`] documentation for more information on pinning.
608608
///

0 commit comments

Comments
 (0)