Removed unnecessary Trait bound
This commit is contained in:
parent
dc1f1a8e97
commit
cebce1e616
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue