Rollup merge of #25401 - WiSaGaN:bugfix/fix_crates_io_link, r=steveklabnik

Minor link fix for crates.io.
This commit is contained in:
Manish Goregaokar 2015-05-14 19:33:10 +05:30
commit 2df7ae6e64

View file

@ -28,7 +28,7 @@
//!
//! The standard library is minimal, a set of battle-tested
//! core types and shared abstractions for the [broader Rust
//! ecosystem][https://crates.io] to build on.
//! ecosystem](https://crates.io) to build on.
//!
//! The [primitive types](#primitives), though not defined in the
//! standard library, are documented here, as are the predefined