Skip to content

Commit 623317e

Browse files
add links to collections
1 parent cdbcd72 commit 623317e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/core/src/clone.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ mod uninit;
176176
/// (even if the referent doesn't),
177177
/// while variables captured by mutable reference never implement `Clone`.
178178
///
179+
/// [`HashMap`]: ../../std/collections/struct.HashMap.html
180+
/// [`HashSet`]: ../../std/collections/struct.HashSet.html
181+
/// [`BTreeMap`]: ../../std/collections/struct.BTreeMap.html
182+
/// [`BTreeSet`]: ../../std/collections/struct.BTreeSet.html
183+
/// [`BinaryHeap`]: ../../std/collections/struct.BinaryHeap.html
179184
/// [impls]: #implementors
180185
#[stable(feature = "rust1", since = "1.0.0")]
181186
#[lang = "clone"]

0 commit comments

Comments
 (0)