diff options
| author | bors <bors@rust-lang.org> | 2014-10-18 08:27:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-10-18 08:27:13 +0000 |
| commit | 4b064a59cc84409829b536071073dca5e8dd209e (patch) | |
| tree | be3f35ae933107ba9eb45c8ed6861c2ef12fe7ba | |
| parent | 4480caf2a4999e2b7249049e7bfb6eb13a60e6b5 (diff) | |
| parent | ae8d42937dbffa58003814b9ed2745d0c1f55a82 (diff) | |
auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnik
Fixes #18010 *phew* that was a lot of work. :sweat:
| -rw-r--r-- | src/libcollections/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 9f989434820..40c5f184fbb 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -10,7 +10,7 @@ //! Collection types. //! -//! See [../std/collections](std::collections) for a detailed discussion of collections in Rust. +//! See [std::collections](../std/collections) for a detailed discussion of collections in Rust. #![crate_name = "collections"] |
