forked from mirror/async-std
add link to std pin docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
cafcddb0e1
commit
39a1c2b577
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue