about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2018-08-06 14:01:49 +0300
committerNiv Kaminer <nivkner@zoho.com>2018-08-06 14:01:49 +0300
commit9b7d71067b2f881fa0cea257b6767a5fe13fbf73 (patch)
tree72b0eaf728952ba0dd8c249dc94c48bb8dc932c4
parent6845dc43cd7381697a363e739ca121c3509dae86 (diff)
downloadrust-9b7d71067b2f881fa0cea257b6767a5fe13fbf73.tar.gz
rust-9b7d71067b2f881fa0cea257b6767a5fe13fbf73.zip
fix link to PinBox
-rw-r--r--src/libcore/marker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs
index 4214bbb4ac4..1f9f319082a 100644
--- a/src/libcore/marker.rs
+++ b/src/libcore/marker.rs
@@ -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