Skip to content

Commit

Permalink
no Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 25, 2023
1 parent 1b67747 commit 3a862b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -20,9 +20,6 @@ It was observed that when a map contains more than 20 keys, it may be better to
the performance of `micromap::Map` _may_ start to degrade.
See the [benchmarking results](#benchmark) below.

The only important restriction is that both key and value must implement
the [`Copy`](https://doc.rust-lang.org/std/marker/trait.Copy.html) trait.

**WELCOME**:
Not all functions that you might expect to have in a map are implemented.
I will appreciate if you contribute by implementing these
Expand Down

0 comments on commit 3a862b4

Please sign in to comment.