rust-lang / hashbrown

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

Implement Clone and Debug for HashTable's Iter struct #541

Open geeknoid opened 1 month ago

geeknoid commented 1 month ago

Found those implementations missing, which is preventing me from implementing the same in encapsulating iterators.

bors commented 6 days ago

:umbrella: The latest upstream changes (presumably #549) made this pull request unmergeable. Please resolve the merge conflicts.