Skip to content

Commit 9b7d710

Browse files
committed
fix link to PinBox
1 parent 6845dc4 commit 9b7d710

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

0 commit comments

Comments
 (0)