diff options
| author | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2015-07-14 02:13:26 +0200 |
|---|---|---|
| committer | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2015-07-14 18:41:04 +0200 |
| commit | 86d954ba2b97d971e866a70b588d73b53f3c29a0 (patch) | |
| tree | 6628f6db542bc95c3777fe47062ee5bd69323e63 /src/libcore/hash | |
| parent | 1b28ffa5216c845d1cef6b0cb3e5ac7db12025d0 (diff) | |
| download | rust-86d954ba2b97d971e866a70b588d73b53f3c29a0.tar.gz rust-86d954ba2b97d971e866a70b588d73b53f3c29a0.zip | |
core: Revive SipHash's tests
These tests were bitrotting, include them in the crate and bring them up to date and compiling.. and they pass.
Diffstat (limited to 'src/libcore/hash')
| -rw-r--r-- | src/libcore/hash/sip.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/hash/sip.rs b/src/libcore/hash/sip.rs index a92b72e0f00..d26e9ab7072 100644 --- a/src/libcore/hash/sip.rs +++ b/src/libcore/hash/sip.rs @@ -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; |
