We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1f1a8 commit cebce1eCopy full SHA for cebce1e
library/core/src/hash/sip.rs
@@ -244,10 +244,7 @@ impl const super::Hasher for SipHasher {
244
245
#[unstable(feature = "hashmap_internals", issue = "none")]
246
#[rustc_const_unstable(feature = "const_hash", issue = "104061")]
247
-impl const super::Hasher for SipHasher13
248
-where
249
- Hasher<Sip13Rounds>: ~const super::Hasher,
250
-{
+impl const super::Hasher for SipHasher13 {
251
#[inline]
252
fn write(&mut self, msg: &[u8]) {
253
self.hasher.write(msg)
0 commit comments