Skip to content

Commit c110388

Browse files
committed
fix link to PinMut
1 parent c4ec0cd commit c110388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ unsafe impl<'a, T: ?Sized> Freeze for &'a mut T {}
630630
///
631631
/// This trait is automatically implemented for almost every type.
632632
///
633-
/// [`PinMut`]: ../mem/struct.PinMut.html
634633
/// [`replace`]: ../mem/fn.replace.html
634+
/// [`PinMut`]: ../pin/struct.PinMut.html
635635
#[unstable(feature = "pin", issue = "49150")]
636636
pub auto trait Unpin {}
637637

0 commit comments

Comments
 (0)