]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/hash/sip.rs
Rollup merge of #27039 - bluss:siphash-tests, r=alexcrichton
[rust.git] / src / libcore / hash / sip.rs
index a92b72e0f00faa542598e1ccd7650277c9526902..d26e9ab7072055d9a7a24f38e2e31ca58fa10409 100644 (file)
@@ -10,8 +10,6 @@
 
 //! An implementation of SipHash 2-4.
 
-#![allow(deprecated)] // until the next snapshot for inherent wrapping ops
-
 use prelude::*;
 use super::Hasher;