Skip to content

Commit e9928d8

Browse files
authored
Switch to intra-doc links in std::collections
1 parent d02a209 commit e9928d8

File tree

1 file changed

+1
-9
lines changed
  • library/std/src/collections

1 file changed

+1
-9
lines changed

library/std/src/collections/mod.rs

+1-9
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,7 @@
396396
//! assert_eq!(map.keys().next().unwrap().b, "baz");
397397
//! ```
398398
//!
399-
//! [`Vec`]: ../../std/vec/struct.Vec.html
400-
//! [`HashMap`]: ../../std/collections/struct.HashMap.html
401-
//! [`VecDeque`]: ../../std/collections/struct.VecDeque.html
402-
//! [`LinkedList`]: ../../std/collections/struct.LinkedList.html
403-
//! [`BTreeMap`]: ../../std/collections/struct.BTreeMap.html
404-
//! [`HashSet`]: ../../std/collections/struct.HashSet.html
405-
//! [`BTreeSet`]: ../../std/collections/struct.BTreeSet.html
406-
//! [`BinaryHeap`]: ../../std/collections/struct.BinaryHeap.html
407-
//! [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html
399+
//! [`IntoIterator`]: crate::iter::IntoIterator
408400
409401
#![stable(feature = "rust1", since = "1.0.0")]
410402

0 commit comments

Comments
 (0)