File tree 1 file changed +1
-9
lines changed
library/std/src/collections
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 396
396
//! assert_eq!(map.keys().next().unwrap().b, "baz");
397
397
//! ```
398
398
//!
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
408
400
409
401
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
410
402
You can’t perform that action at this time.
0 commit comments