Rollup merge of #25709 - MatejLach:stdlib_style, r=steveklabnik

Sounds better to me this way.
r @steveklabnik ?
This commit is contained in:
Oliver Schneider 2015-05-23 19:03:19 +02:00
commit d5985d3036

View File

@ -26,7 +26,7 @@
//!
//! ## What is in the standard library
//!
//! The standard library is minimal, a set of battle-tested
//! The standard library is a set of minimal, battle-tested
//! core types and shared abstractions for the [broader Rust
//! ecosystem](https://crates.io) to build on.
//!