Skip to content

Commit 46a4ff6

Browse files
committed
Fix Unpin docs link
1 parent 9229488 commit 46a4ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! are always freely movable, even if the data they point to isn't.
3737
//!
3838
//! [`Pin`]: struct.Pin.html
39-
//! [`Unpin`]: trait.Unpin.html
39+
//! [`Unpin`]: ../../std/marker/trait.Unpin.html
4040
//! [`swap`]: ../../std/mem/fn.swap.html
4141
//! [`Box`]: ../../std/boxed/struct.Box.html
4242
//!

0 commit comments

Comments
 (0)