Closed cuviper closed 2 months ago
HashSet still uses raw_entry_mut() internally, but now we can build that without exposing it in the public API.
HashSet
raw_entry_mut()
:umbrella: The latest upstream changes (presumably #560) made this pull request unmergeable. Please resolve the merge conflicts.
Subsumed by #555.
HashSet
still usesraw_entry_mut()
internally, but now we can build that without exposing it in the public API.