mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 12:30:35 +00:00
Merge branch 'master' into const_generics
This commit is contained in:
commit
73d209a0ef
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user