add link to std pin docs

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-09-16 22:34:11 +02:00
parent cafcddb0e1
commit 39a1c2b577
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -1,4 +1,6 @@
//! Types that pin data to its location in memory.
//!
//! For more documentation see [`std::pin`](https://doc.rust-lang.org/std/pin/index.html).
#[doc(inline)]
pub use std::pin::Pin;