Skip to content

Commit

Permalink
Merge branch 'master' into const_generics
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 authored Apr 1, 2021
2 parents 1444990 + 11c9bd3 commit 73d209a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/indexmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73d209a

Please sign in to comment.