about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2018-08-09 20:10:30 +0300
committerNiv Kaminer <nivkner@zoho.com>2018-08-23 01:37:03 +0300
commit30bb4af5d8191f016a82c75a0c2b4700b23bd724 (patch)
treeed9abea5606aa0f1f8ed0c3f5738b958311c5b2e /src/liballoc
parent971d7ed24966e64c8ec8352ada433b672c25012f (diff)
downloadrust-30bb4af5d8191f016a82c75a0c2b4700b23bd724.tar.gz
rust-30bb4af5d8191f016a82c75a0c2b4700b23bd724.zip
add top-level documentation to the std pin module
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/pin.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/liballoc/pin.rs b/src/liballoc/pin.rs
index 221a55472ab..1b6ccae456a 100644
--- a/src/liballoc/pin.rs
+++ b/src/liballoc/pin.rs
@@ -9,6 +9,10 @@
 // except according to those terms.
 
 //! Types which pin data to its location in memory
+//!
+//! see the [standard library module] for more information
+//!
+//! [standard library module]: ../../std/pin/index.html
 
 #![unstable(feature = "pin", issue = "49150")]