We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6845dc4 commit 9b7d710Copy full SHA for 9b7d710
src/libcore/marker.rs
@@ -638,7 +638,7 @@ unsafe impl<'a, T: ?Sized> Freeze for &'a mut T {}
638
/// or it might replace one object with another without logically "moving" them with [`swap`].
639
///
640
/// [`PinMut`]: ../mem/struct.PinMut.html
641
-/// [`PinBox`]: ../../alloc/boxed/struct.PinMut.html
+/// [`PinBox`]: ../../alloc/boxed/struct.PinBox.html
642
/// [`DerefMut`]: ../ops/trait.DerefMut.html
643
/// [`Deref`]: ../ops/trait.Deref.html
644
/// [`swap`]: ../mem/fn.swap.html
0 commit comments