rust-lang / hashbrown

Rust port of Google's SwissTable hash map
https://rust-lang.github.io/hashbrown
Apache License 2.0
2.46k stars 288 forks source link

Missing `Clone` implementation for `hash_table::Iter` #557

Closed GnomedDev closed 2 months ago

GnomedDev commented 2 months ago

I'm pretty sure this is just a mistake, but it makes using HashTable to implement my ExtractMap harder.