diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-01 12:31:24 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-08-01 14:05:52 +0530 |
| commit | ead9a6dacf88f252b700a3d342cf332ae522eef7 (patch) | |
| tree | 46e2aae3d859a544acbdc5b44d7bc1eb52f8ad2c /src/libstd | |
| parent | 548d552c7e7617711a3b71611e010ffe7d0d9fef (diff) | |
| parent | b399729298ae5fa4f98a46d40682fb9e404f8e00 (diff) | |
| download | rust-ead9a6dacf88f252b700a3d342cf332ae522eef7.tar.gz rust-ead9a6dacf88f252b700a3d342cf332ae522eef7.zip | |
Rollup merge of #27426 - FuGangqiang:master, r=alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 61de7eafbb5..010e2cc7bb2 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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 |
