Skip to content

Commit

Permalink
Removed unnecessary Trait bound
Browse files Browse the repository at this point in the history
  • Loading branch information
onestacked committed Nov 7, 2022
1 parent dc1f1a8 commit cebce1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions library/core/src/hash/sip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,7 @@ impl const super::Hasher for SipHasher {

#[unstable(feature = "hashmap_internals", issue = "none")]
#[rustc_const_unstable(feature = "const_hash", issue = "104061")]
impl const super::Hasher for SipHasher13
where
Hasher<Sip13Rounds>: ~const super::Hasher,
{
impl const super::Hasher for SipHasher13 {
#[inline]
fn write(&mut self, msg: &[u8]) {
self.hasher.write(msg)
Expand Down

0 comments on commit cebce1e

Please sign in to comment.