new lints

This commit is contained in:
Diva M
2023-03-10 14:05:49 -05:00
parent 61b12c2eff
commit 9e30c3c169
2 changed files with 1 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ where
}
/// Hashes the `self.serialize()` bytes.
#[allow(clippy::derive_hash_xor_eq)]
#[allow(clippy::derived_hash_with_manual_eq)]
impl<Pub, AggPub, Sig, AggSig> Hash for GenericAggregateSignature<Pub, AggPub, Sig, AggSig>
where
Sig: TSignature<Pub>,