Skip to content

Commit

Permalink
Rollup merge of #27426 - FuGangqiang:master, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 1, 2015
2 parents 548d552 + b399729 commit ead9a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! for the [broader Rust ecosystem](https://crates.io). It offers
//! core types (e.g. [`Vec`](vec/index.html)
//! and [`Option`](option/index.html)), library-defined [operations on
//! language primitives](#primitive) (e.g. [`u32`](u32/index.html) and
//! language primitives](#primitives) (e.g. [`u32`](u32/index.html) and
//! [`str`](str/index.html)), [standard macros](#macros),
//! [I/O](io/index.html) and [multithreading](thread/index.html), among
//! [many other lovely
Expand Down

0 comments on commit ead9a6d

Please sign in to comment.