You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #248 - Amanieu:remove_specialization, r=Amanieu
Remove aHash specialization support
Unfortunately this feature causes compatibility issues with code that calculates hashes manually and then uses them with `RawEntryBuilderMut::from_hash` or `RawEntryBuilderMut::from_key_hashed_nocheck`.
We may want to re-introduce this in the future, but this would require a comprehensive plan to address the breakage.
0 commit comments