fix link to PinMut

This commit is contained in:
Niv Kaminer 2018-08-10 14:00:50 +03:00
parent c4ec0cd369
commit c1103885fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}