Skip to content

Commit 20a9303

Browse files
committed
Removed unnecessary Trait bound
1 parent 94bfbc1 commit 20a9303

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/src/hash/sip.rs

Lines changed: 1 addition & 4 deletions
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)