Skip to content

Commit cebce1e

Browse files
committed
Removed unnecessary Trait bound
1 parent dc1f1a8 commit cebce1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

library/core/src/hash/sip.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,7 @@ impl const super::Hasher for SipHasher {
244244

245245
#[unstable(feature = "hashmap_internals", issue = "none")]
246246
#[rustc_const_unstable(feature = "const_hash", issue = "104061")]
247-
impl const super::Hasher for SipHasher13
248-
where
249-
Hasher<Sip13Rounds>: ~const super::Hasher,
250-
{
247+
impl const super::Hasher for SipHasher13 {
251248
#[inline]
252249
fn write(&mut self, msg: &[u8]) {
253250
self.hasher.write(msg)

0 commit comments

Comments
 (0)