We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbcd72 commit 623317eCopy full SHA for 623317e
library/core/src/clone.rs
@@ -176,6 +176,11 @@ mod uninit;
176
/// (even if the referent doesn't),
177
/// while variables captured by mutable reference never implement `Clone`.
178
///
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
184
/// [impls]: #implementors
185
#[stable(feature = "rust1", since = "1.0.0")]
186
#[lang = "clone"]
0 commit comments