Skip to content

Commit 1c26be3

Browse files
committed
fix broken link to Unpin due to reexport
1 parent 6b47a61 commit 1c26be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use ops::{Deref, DerefMut, CoerceUnsized};
2929
///
3030
/// See the [`pin` module] documentation for furthur explanation on pinning.
3131
///
32-
/// [`Unpin`]: ../marker/trait.Unpin.html
32+
/// [`Unpin`]: ../../core/marker/trait.Unpin.html
3333
/// [`pin` module]: ../../alloc/pin/index.html
3434
#[unstable(feature = "pin", issue = "49150")]
3535
#[fundamental]

0 commit comments

Comments
 (0)