diff options
| author | Wangshan Lu <wisagan@gmail.com> | 2015-05-14 21:08:20 +0800 |
|---|---|---|
| committer | Wangshan Lu <wisagan@gmail.com> | 2015-05-14 21:08:20 +0800 |
| commit | 62d0ef41c1d3c94edb88ae36bb3a3e8d3ddf20da (patch) | |
| tree | e26cad5184756accad83a420109e1ec4af970f24 /src/libstd | |
| parent | b1bd3a3c5180b2d671e5810cb5211b2d2b456a71 (diff) | |
| download | rust-62d0ef41c1d3c94edb88ae36bb3a3e8d3ddf20da.tar.gz rust-62d0ef41c1d3c94edb88ae36bb3a3e8d3ddf20da.zip | |
Fix crates.io link.
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 c0d8d8eacf7..220a0ba5755 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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 |
