Merge branch 'master' into const_generics

This commit is contained in:
Emil Fresk 2021-04-01 19:16:21 +02:00 committed by GitHub
commit 73d209a0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
use crate::Vec;
/// An `IndexMap` using the default FNV hasher
/// A [`heaples::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
/// A [`heapless::IndexMap`](./struct.IndexMap.html) using the default FNV hasher
///
/// A list of all Methods and Traits available for `FnvIndexMap` can be found in
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.