Skip to content

Commit 282d258

Browse files
authored
Rollup merge of #75847 - camelid:patch-1, r=dtolnay
Switch to intra-doc links in `std::collections` Part of #75080. @rustbot modify labels: A-intra-doc-links T-doc T-rustdoc
2 parents d6de961 + e9928d8 commit 282d258

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)