about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-05-29 09:58:09 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-31 21:59:50 -0700
commitc5830a954e3be1cc19f7ec4700599fcb0030b1fd (patch)
tree4dab5b67029e472d48b3927af9048648862380d3 /src/liballoc
parent8c669d7f749a1f714e00eb4cdcac3a68e2208951 (diff)
downloadrust-c5830a954e3be1cc19f7ec4700599fcb0030b1fd.tar.gz
rust-c5830a954e3be1cc19f7ec4700599fcb0030b1fd.zip
doc: Fix a number of broken links
cc #14515
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 7e250e130fa..511983da4f7 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -97,6 +97,7 @@ pub mod arc;
 pub mod rc;
 
 #[cfg(not(test))]
+#[doc(hidden)]
 mod std {
     pub use core::fmt;
     pub use core::option;