diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-29 09:58:09 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-31 21:59:50 -0700 |
| commit | c5830a954e3be1cc19f7ec4700599fcb0030b1fd (patch) | |
| tree | 4dab5b67029e472d48b3927af9048648862380d3 /src/liballoc | |
| parent | 8c669d7f749a1f714e00eb4cdcac3a68e2208951 (diff) | |
| download | rust-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.rs | 1 |
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; |
