about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index b1dc84bb84c..8e674c0bb7f 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -630,8 +630,8 @@ unsafe impl<'a, T: ?Sized> Freeze for &'a mut T {}
 ///
 /// This trait is automatically implemented for almost every type.
 ///
-/// [`PinMut`]: ../mem/struct.PinMut.html
 /// [`replace`]: ../mem/fn.replace.html
+/// [`PinMut`]: ../pin/struct.PinMut.html
 #[unstable(feature = "pin", issue = "49150")]
 pub auto trait Unpin {}