Skip to content

Commit

Permalink
#7 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 19, 2023
1 parent 1f48f83 commit 21b9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum Pair<K, V> {
Absent,
}

/// A faster alternative of `HashMap`.
/// A faster alternative of [`std::collections::HashMap`].
///
/// It is faster because it doesn't use a hash function at all. It simply keeps
/// all pairs in an array and when it's necessary to find a value, it goes through
Expand Down

0 comments on commit 21b9740

Please sign in to comment.