Skip to content

Commit 86e283a

Browse files
committed
keep links in local crate where possible
1 parent 665aa3e commit 86e283a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/libcore/pin.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,20 +324,20 @@
324324
//! `poll` implementation).
325325
//!
326326
//! [`Pin<P>`]: struct.Pin.html
327-
//! [`Unpin`]: ../../std/marker/trait.Unpin.html
328-
//! [`Deref`]: ../../std/ops/trait.Deref.html
329-
//! [`DerefMut`]: ../../std/ops/trait.DerefMut.html
330-
//! [`mem::swap`]: ../../std/mem/fn.swap.html
331-
//! [`mem::forget`]: ../../std/mem/fn.forget.html
327+
//! [`Unpin`]: ../marker/trait.Unpin.html
328+
//! [`Deref`]: ../ops/trait.Deref.html
329+
//! [`DerefMut`]: ../ops/trait.DerefMut.html
330+
//! [`mem::swap`]: ../mem/fn.swap.html
331+
//! [`mem::forget`]: ../mem/fn.forget.html
332332
//! [`Box<T>`]: ../../std/boxed/struct.Box.html
333333
//! [`Vec<T>`]: ../../std/vec/struct.Vec.html
334334
//! [`Vec::set_len`]: ../../std/vec/struct.Vec.html#method.set_len
335335
//! [`VecDeque<T>`]: ../../std/collections/struct.VecDeque.html
336-
//! [`RefCell<T>`]: ../../std/cell/struct.RefCell.html
337-
//! [`None`]: ../../std/option/enum.Option.html#variant.None
338-
//! [`Some(v)`]: ../../std/option/enum.Option.html#variant.Some
336+
//! [`RefCell<T>`]: ../cell/struct.RefCell.html
337+
//! [`None`]: ../option/enum.Option.html#variant.None
338+
//! [`Some(v)`]: ../option/enum.Option.html#variant.Some
339339
//! [`ptr::write`]: ../ptr/fn.write.html
340-
//! [`Future`]: ../../std/future/trait.Future.html
340+
//! [`Future`]: ../future/trait.Future.html
341341
//! [drop-impl]: #drop-implementation
342342
//! [drop-guarantee]: #drop-guarantee
343343

0 commit comments

Comments
 (0)