diff options
| author | Taylor Cramer <cramertj@google.com> | 2018-12-18 14:23:24 -0800 |
|---|---|---|
| committer | Taylor Cramer <cramertj@google.com> | 2018-12-21 20:42:50 -0800 |
| commit | 861df06e077bb17c2d22ab978e37ee2c5350ff9b (patch) | |
| tree | 53aa599c2bc2ba0695306883047603658e664739 /src | |
| parent | 684fe9a6b2b39e6b8a1089eecd0334ef484fcc56 (diff) | |
| download | rust-861df06e077bb17c2d22ab978e37ee2c5350ff9b.tar.gz rust-861df06e077bb17c2d22ab978e37ee2c5350ff9b.zip | |
Fix Unpin docs link
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/pin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/pin.rs b/src/libcore/pin.rs index 4f4ca4047e4..d8508631bf9 100644 --- a/src/libcore/pin.rs +++ b/src/libcore/pin.rs @@ -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 //! |
