doc: Fix a number of broken links

cc #14515
This commit is contained in:
Alex Crichton
2014-05-29 09:58:09 -07:00
parent 8c669d7f74
commit c5830a954e
9 changed files with 52 additions and 35 deletions

View File

@@ -134,10 +134,12 @@ pub mod fmt;
// crate.
mod should_not_exist;
#[doc(hidden)]
mod core {
pub use failure;
}
#[doc(hidden)]
mod std {
pub use clone;
pub use cmp;