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

Fix `--no-default-features` without `--features raw-entry` #550

Closed cuviper closed 2 months ago

cuviper commented 2 months ago

HashSet still uses raw_entry_mut() internally, but now we can build that without exposing it in the public API.

bors commented 2 months ago

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

cuviper commented 2 months ago

Subsumed by #555.