mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +00:00
commit
11c9bd3de4
@ -12,7 +12,7 @@ use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
|
|||||||
|
|
||||||
use crate::Vec;
|
use crate::Vec;
|
||||||
|
|
||||||
/// 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
|
/// A list of all Methods and Traits available for `FnvIndexMap` can be found in
|
||||||
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.
|
/// the [`heapless::IndexMap`](./struct.IndexMap.html) documentation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user