Skip to content

Commit aaf32aa

Browse files
authored
Mention FNV
1 parent 12960aa commit aaf32aa

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+1
-1
lines changed

src/libstd/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ fn test_resize_policy() {
218218
/// The hashing algorithm can be replaced on a per-`HashMap` basis using the
219219
/// `HashMap::default`, `HashMap::with_hasher`, and
220220
/// `HashMap::with_capacity_and_hasher` methods. Many alternative algorithms
221-
/// are available on crates.io.
221+
/// are available on crates.io, such as the `fnv` crate.
222222
///
223223
/// It is required that the keys implement the [`Eq`] and [`Hash`] traits, although
224224
/// this can frequently be achieved by using `#[derive(PartialEq, Eq, Hash)]`.

0 commit comments

Comments
 (0)