add links to collections
This commit is contained in:
parent
cdbcd72f34
commit
623317eb5e
1 changed files with 5 additions and 0 deletions
|
|
@ -176,6 +176,11 @@ mod uninit;
|
|||
/// (even if the referent doesn't),
|
||||
/// while variables captured by mutable reference never implement `Clone`.
|
||||
///
|
||||
/// [`HashMap`]: ../../std/collections/struct.HashMap.html
|
||||
/// [`HashSet`]: ../../std/collections/struct.HashSet.html
|
||||
/// [`BTreeMap`]: ../../std/collections/struct.BTreeMap.html
|
||||
/// [`BTreeSet`]: ../../std/collections/struct.BTreeSet.html
|
||||
/// [`BinaryHeap`]: ../../std/collections/struct.BinaryHeap.html
|
||||
/// [impls]: #implementors
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[lang = "clone"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue