Is your feature request related to a problem or challenge? Please describe what you are trying to do.
When upgrading to hashbrown v0.15.0: #6493
Changelog notes:
Raw entry API is now under raw-entry feature, to be eventually removed
https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md#v0150---2024-10-01
Describe the solution you'd like
Remove reliance on this feature so future upgrades to hashbrown versions will be smooth
|
use hashbrown::hash_map::RawEntryMut; |
|
use hashbrown::hash_map::RawEntryMut; |
Describe alternatives you've considered
Additional context