add links to collections

This commit is contained in:
gewitternacht 2025-07-23 01:44:18 +02:00 committed by GitHub
parent cdbcd72f34
commit 623317eb5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]