add link to std pin docs

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
pull/203/head
Yoshua Wuyts 5 years ago
parent cafcddb0e1
commit 39a1c2b577
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -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;

Loading…
Cancel
Save