Fix Unpin docs link

This commit is contained in:
Taylor Cramer 2018-12-18 14:23:24 -08:00
parent 684fe9a6b2
commit 861df06e07

View File

@ -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
//!