Anders Kaseorg
Results
432
comments of
Anders Kaseorg
rust-lang/rust#56167 was rejected and `HashMap::raw_entry` was removed from nightly: - rust-lang/rust#138425 For the use case in this issue, hashbrown provides [`HashMap::entry_ref`](https://docs.rs/hashbrown/latest/hashbrown/hash_map/struct.HashMap.html#method.entry_ref), which accepts a key of any reference type `&Q`...
Probably related: - electron-userland/electron-builder#9452