diff options
Diffstat (limited to 'src/libcore/hash/sip.rs')
| -rw-r--r-- | src/libcore/hash/sip.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/hash/sip.rs b/src/libcore/hash/sip.rs index 1492547de44..dcb010d8bc3 100644 --- a/src/libcore/hash/sip.rs +++ b/src/libcore/hash/sip.rs @@ -112,7 +112,8 @@ impl SipHasher { } /// Returns the computed hash. - #[deprecated(feature = "oldstuff", since = "1.0.0", reason = "renamed to finish")] + #[unstable(feature = "hash")] + #[deprecated(since = "1.0.0", reason = "renamed to finish")] pub fn result(&self) -> u64 { self.finish() } } |
