We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12960aa commit aaf32aaCopy full SHA for aaf32aa
src/libstd/collections/hash/map.rs
@@ -218,7 +218,7 @@ fn test_resize_policy() {
218
/// The hashing algorithm can be replaced on a per-`HashMap` basis using the
219
/// `HashMap::default`, `HashMap::with_hasher`, and
220
/// `HashMap::with_capacity_and_hasher` methods. Many alternative algorithms
221
-/// are available on crates.io.
+/// are available on crates.io, such as the `fnv` crate.
222
///
223
/// It is required that the keys implement the [`Eq`] and [`Hash`] traits, although
224
/// this can frequently be achieved by using `#[derive(PartialEq, Eq, Hash)]`.
0 commit comments