Skip to content

Commit

Permalink
Switch to intra-doc links in std::collections
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid authored Aug 23, 2020
1 parent d02a209 commit e9928d8
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 e9928d8

Please sign in to comment.