summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-14 20:03:39 +0000
committerbors <bors@rust-lang.org>2015-05-14 20:03:39 +0000
commit571f371b3fce3e023fb1b41a1682de260c943222 (patch)
tree6db38ec1db5609f61379667b1ba406bca992e826 /src/libstd
parentdd4dad8c860363077a3d53af025a0c029a613320 (diff)
parent2df7ae6e647c1dff50c9bf21e8883827096f48c1 (diff)
downloadrust-571f371b3fce3e023fb1b41a1682de260c943222.tar.gz
rust-571f371b3fce3e023fb1b41a1682de260c943222.zip
Auto merge of #25403 - Manishearth:rollup, r=Manishearth
- Successful merges: #25354, #25381, #25391, #25395, #25397, #25398, #25401
- Failed merges: 
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs2
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