We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafcddb commit 39a1c2bCopy full SHA for 39a1c2b
src/pin.rs
@@ -1,4 +1,6 @@
1
//! 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).
4
5
#[doc(inline)]
6
pub use std::pin::Pin;
0 commit comments