fix link to PinBox

This commit is contained in:
Niv Kaminer 2018-08-06 14:01:49 +03:00
parent 6845dc43cd
commit 9b7d71067b

View file

@ -638,7 +638,7 @@ unsafe impl<'a, T: ?Sized> Freeze for &'a mut T {}
/// or it might replace one object with another without logically "moving" them with [`swap`].
///
/// [`PinMut`]: ../mem/struct.PinMut.html
/// [`PinBox`]: ../../alloc/boxed/struct.PinMut.html
/// [`PinBox`]: ../../alloc/boxed/struct.PinBox.html
/// [`DerefMut`]: ../ops/trait.DerefMut.html
/// [`Deref`]: ../ops/trait.Deref.html
/// [`swap`]: ../mem/fn.swap.html