Skip to content

Commit

Permalink
Revert old clippy change
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Mar 14, 2023
1 parent b3d0167 commit 37ec9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bls/src/generic_aggregate_signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 37ec9b7

Please sign in to comment.