Document Unpin in std::prelude documentation

This commit is contained in:
Konrad Borowski 2019-01-17 00:39:15 +01:00 committed by GitHub
parent ceb2512144
commit e4e888534e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@
//! The current version of the prelude (version 1) lives in //! The current version of the prelude (version 1) lives in
//! [`std::prelude::v1`], and re-exports the following. //! [`std::prelude::v1`], and re-exports the following.
//! //!
//! * [`std::marker`]::{[`Copy`], [`Send`], [`Sized`], [`Sync`]}. The marker //! * [`std::marker`]::{[`Copy`], [`Send`], [`Sized`], [`Sync`], [`Unpin`]}. The
//! traits indicate fundamental properties of types. //! marker traits indicate fundamental properties of types.
//! * [`std::ops`]::{[`Drop`], [`Fn`], [`FnMut`], [`FnOnce`]}. Various //! * [`std::ops`]::{[`Drop`], [`Fn`], [`FnMut`], [`FnOnce`]}. Various
//! operations for both destructors and overloading `()`. //! operations for both destructors and overloading `()`.
//! * [`std::mem`]::[`drop`][`mem::drop`], a convenience function for explicitly //! * [`std::mem`]::[`drop`][`mem::drop`], a convenience function for explicitly
@ -108,6 +108,7 @@
//! [`Sync`]: ../marker/trait.Sync.html //! [`Sync`]: ../marker/trait.Sync.html
//! [`ToOwned`]: ../borrow/trait.ToOwned.html //! [`ToOwned`]: ../borrow/trait.ToOwned.html
//! [`ToString`]: ../string/trait.ToString.html //! [`ToString`]: ../string/trait.ToString.html
//! [`Unpin`]: ../marker/trait.Unpin.html
//! [`Vec`]: ../vec/struct.Vec.html //! [`Vec`]: ../vec/struct.Vec.html
//! [`Clone::clone`]: ../clone/trait.Clone.html#tymethod.clone //! [`Clone::clone`]: ../clone/trait.Clone.html#tymethod.clone
//! [`mem::drop`]: ../mem/fn.drop.html //! [`mem::drop`]: ../mem/fn.drop.html