Skip to content

Commit 39a1c2b

Browse files
committed
add link to std pin docs
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent cafcddb commit 39a1c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pin.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//! Types that pin data to its location in memory.
2+
//!
3+
//! For more documentation see [`std::pin`](https://doc.rust-lang.org/std/pin/index.html).
24
35
#[doc(inline)]
46
pub use std::pin::Pin;

0 commit comments

Comments
 (0)