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 #8233 - ehuss:siphasher, r=alexcrichton
Move SipHasher to an isolated module.
This allows removing the blanket `#![allow(deprecated)]` sprinkled whenever it is used.
We could alternatively use the [siphasher](https://crates.io/crates/siphasher) crate, but I don't think it is necessary at this time.
0 commit comments