|
324 | 324 | //! `poll` implementation). |
325 | 325 | //! |
326 | 326 | //! [`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 |
332 | 332 | //! [`Box<T>`]: ../../std/boxed/struct.Box.html |
333 | 333 | //! [`Vec<T>`]: ../../std/vec/struct.Vec.html |
334 | 334 | //! [`Vec::set_len`]: ../../std/vec/struct.Vec.html#method.set_len |
335 | 335 | //! [`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 |
339 | 339 | //! [`ptr::write`]: ../ptr/fn.write.html |
340 | | -//! [`Future`]: ../../std/future/trait.Future.html |
| 340 | +//! [`Future`]: ../future/trait.Future.html |
341 | 341 | //! [drop-impl]: #drop-implementation |
342 | 342 | //! [drop-guarantee]: #drop-guarantee |
343 | 343 |
|
|
0 commit comments