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")]
|
#[unstable(feature = "hashmap_internals", issue = "none")]
|
||||||
#[rustc_const_unstable(feature = "const_hash", issue = "104061")]
|
#[rustc_const_unstable(feature = "const_hash", issue = "104061")]
|
||||||
impl const super::Hasher for SipHasher13
|
impl const super::Hasher for SipHasher13 {
|
||||||
where
|
|
||||||
Hasher<Sip13Rounds>: ~const super::Hasher,
|
|
||||||
{
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn write(&mut self, msg: &[u8]) {
|
fn write(&mut self, msg: &[u8]) {
|
||||||
self.hasher.write(msg)
|
self.hasher.write(msg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue