Skip to content

Commit

Permalink
Fix Unpin docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Dec 22, 2018
1 parent 684fe9a commit 861df06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/pin.rs
Expand Up @@ -36,7 +36,7 @@
//! are always freely movable, even if the data they point to isn't.
//!
//! [`Pin`]: struct.Pin.html
//! [`Unpin`]: trait.Unpin.html
//! [`Unpin`]: ../../std/marker/trait.Unpin.html
//! [`swap`]: ../../std/mem/fn.swap.html
//! [`Box`]: ../../std/boxed/struct.Box.html
//!
Expand Down

0 comments on commit 861df06

Please sign in to comment.