Skip to content

Commit

Permalink
fix link to PinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
nivkner committed Aug 6, 2018
1 parent 6845dc4 commit 9b7d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b7d710

Please sign in to comment.