contain-rs / hashmap2

Fork of std::collections::HashMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`entry2` has extraneous `K: Clone` bound

apasel422 opened this issue · comments

As far as I can tell, the K: Clone bound on entry2 is unnecessary.