X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2Fsrc%2Fpin.rs;h=b2de0e16a17bbfb3423e89f8b77fec8e98e68a76;hb=ad2a80e412768fd2c9a162a3b68e1489af446f2f;hp=0b9c733f7feadfdbcfe4949a4787ea3c134d2698;hpb=52cf01c81579fa1add25e935d26de8cd3e9ea1d7;p=rust.git diff --git a/library/core/src/pin.rs b/library/core/src/pin.rs index 0b9c733f7fe..b2de0e16a17 100644 --- a/library/core/src/pin.rs +++ b/library/core/src/pin.rs @@ -349,7 +349,6 @@ //! mutable reference even when you just have [`Pin`]`<&mut Self>` (such as in your own //! [`poll`] implementation). //! -//! [`Pin

`]: Pin //! [`Deref`]: crate::ops::Deref //! [`DerefMut`]: crate::ops::DerefMut //! [`mem::swap`]: crate::mem::swap @@ -364,7 +363,6 @@ //! [`RefCell`]: crate::cell::RefCell //! [`drop`]: Drop::drop //! [`VecDeque`]: ../../std/collections/struct.VecDeque.html -//! [`Option`]: Option //! [`Some(v)`]: Some //! [`ptr::write`]: crate::ptr::write //! [`Future`]: crate::future::Future