diff options
| author | Ralf Jung <post@ralfj.de> | 2019-06-16 10:15:30 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-06-16 10:18:12 +0200 |
| commit | 86e283a1b70005e7d0f31131fe17ffe1fb1dcd79 (patch) | |
| tree | f06a02b85b2fe20c6a06d5db41c7d9f8c62bd0fa | |
| parent | 665aa3e5bb77d13d641c1663aab78cfcc77707e5 (diff) | |
| download | rust-86e283a1b70005e7d0f31131fe17ffe1fb1dcd79.tar.gz rust-86e283a1b70005e7d0f31131fe17ffe1fb1dcd79.zip | |
keep links in local crate where possible
| -rw-r--r-- | src/libcore/pin.rs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libcore/pin.rs b/src/libcore/pin.rs index 66da7c3fb32..302e40a954f 100644 --- a/src/libcore/pin.rs +++ b/src/libcore/pin.rs @@ -324,20 +324,20 @@ //! `poll` implementation). //! //! [`Pin<P>`]: struct.Pin.html -//! [`Unpin`]: ../../std/marker/trait.Unpin.html -//! [`Deref`]: ../../std/ops/trait.Deref.html -//! [`DerefMut`]: ../../std/ops/trait.DerefMut.html -//! [`mem::swap`]: ../../std/mem/fn.swap.html -//! [`mem::forget`]: ../../std/mem/fn.forget.html +//! [`Unpin`]: ../marker/trait.Unpin.html +//! [`Deref`]: ../ops/trait.Deref.html +//! [`DerefMut`]: ../ops/trait.DerefMut.html +//! [`mem::swap`]: ../mem/fn.swap.html +//! [`mem::forget`]: ../mem/fn.forget.html //! [`Box<T>`]: ../../std/boxed/struct.Box.html //! [`Vec<T>`]: ../../std/vec/struct.Vec.html //! [`Vec::set_len`]: ../../std/vec/struct.Vec.html#method.set_len //! [`VecDeque<T>`]: ../../std/collections/struct.VecDeque.html -//! [`RefCell<T>`]: ../../std/cell/struct.RefCell.html -//! [`None`]: ../../std/option/enum.Option.html#variant.None -//! [`Some(v)`]: ../../std/option/enum.Option.html#variant.Some +//! [`RefCell<T>`]: ../cell/struct.RefCell.html +//! [`None`]: ../option/enum.Option.html#variant.None +//! [`Some(v)`]: ../option/enum.Option.html#variant.Some //! [`ptr::write`]: ../ptr/fn.write.html -//! [`Future`]: ../../std/future/trait.Future.html +//! [`Future`]: ../future/trait.Future.html //! [drop-impl]: #drop-implementation //! [drop-guarantee]: #drop-guarantee |
