File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
library/std/src/collections Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments