about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamelid <37223377+camelid@users.noreply.github.com>2020-08-23 13:51:01 -0700
committerGitHub <noreply@github.com>2020-08-23 13:51:01 -0700
commite9928d8926e0de92d41ca3e8ac997517369a82bd (patch)
tree86a44a7d12331c9c52cc6c4ca152c2d65536d8d8
parentd02a209eb946929801882d884b459f438d9650d2 (diff)
downloadrust-e9928d8926e0de92d41ca3e8ac997517369a82bd.tar.gz
rust-e9928d8926e0de92d41ca3e8ac997517369a82bd.zip
Switch to intra-doc links in `std::collections`
-rw-r--r--library/std/src/collections/mod.rs10
1 files changed, 1 insertions, 9 deletions
diff --git a/library/std/src/collections/mod.rs b/library/std/src/collections/mod.rs
index b6488ae61b1..a1aab767eb2 100644
--- a/library/std/src/collections/mod.rs
+++ b/library/std/src/collections/mod.rs
@@ -396,15 +396,7 @@
 //! assert_eq!(map.keys().next().unwrap().b, "baz");
 //! ```
 //!
-//! [`Vec`]: ../../std/vec/struct.Vec.html
-//! [`HashMap`]: ../../std/collections/struct.HashMap.html
-//! [`VecDeque`]: ../../std/collections/struct.VecDeque.html
-//! [`LinkedList`]: ../../std/collections/struct.LinkedList.html
-//! [`BTreeMap`]: ../../std/collections/struct.BTreeMap.html
-//! [`HashSet`]: ../../std/collections/struct.HashSet.html
-//! [`BTreeSet`]: ../../std/collections/struct.BTreeSet.html
-//! [`BinaryHeap`]: ../../std/collections/struct.BinaryHeap.html
-//! [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html
+//! [`IntoIterator`]: crate::iter::IntoIterator
 
 #![stable(feature = "rust1", since = "1.0.0")]