diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2014-10-16 13:26:52 -0400 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2014-10-16 13:26:52 -0400 |
| commit | ae8d42937dbffa58003814b9ed2745d0c1f55a82 (patch) | |
| tree | 603b1ef77b8b75606a9f53905d1db8833a22a1a6 | |
| parent | b6e0d3a5bf4c88650a22f605f822e02c6b163580 (diff) | |
| download | rust-ae8d42937dbffa58003814b9ed2745d0c1f55a82.tar.gz rust-ae8d42937dbffa58003814b9ed2745d0c1f55a82.zip | |
Fix broken link in libcollections docs
Fixes #18010
| -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 535b15708c3..32cf56946bc 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"] |
