Skip to content

Commit

Permalink
Rollup merge of rust-lang#75847 - camelid:patch-1, r=dtolnay
Browse files Browse the repository at this point in the history
Switch to intra-doc links in `std::collections`

Part of rust-lang#75080.

@rustbot modify labels: A-intra-doc-links T-doc T-rustdoc
  • Loading branch information
JohnTitor authored Aug 24, 2020
2 parents 9c42029 + e9928d8 commit b393873
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions library/std/src/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down

0 comments on commit b393873

Please sign in to comment.