Update library/std/src/collections/hash/map.rs
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
parent
5b3d98d9f8
commit
4e5848349c
@ -34,7 +34,7 @@
|
||||
/// attacks such as HashDoS.
|
||||
///
|
||||
/// The hashing algorithm can be replaced on a per-`HashMap` basis using the
|
||||
/// [`default`], [`with_hasher`], and [`with_capacity_and_hasher`] methods.
|
||||
/// [`default`], [`with_hasher`], and [`with_capacity_and_hasher`] methods.
|
||||
/// There are many alternative [hashing algorithms available on crates.io].
|
||||
///
|
||||
/// It is required that the keys implement the [`Eq`] and [`Hash`] traits, although
|
||||
|
Loading…
Reference in New Issue
Block a user