1
Fork 0

doc: Fix broken links

This commit is contained in:
Simon Mazur 2015-09-18 17:12:58 +03:00
parent b8cfa59be0
commit 970b86b1bb
4 changed files with 31 additions and 31 deletions

View file

@ -18,7 +18,7 @@
//! language primitives](#primitives), [standard macros](#macros),
//! [I/O](io/index.html) and [multithreading](thread/index.html), among
//! [many other
//! things](#what-is-in-the-standard-library-documentation?).
//! things](#what-is-in-the-standard-library-documentation).
//!
//! `std` is available to all Rust crates by default, just as if each
//! one contained an `extern crate std` import at the [crate