new lints
This commit is contained in:
parent
61b12c2eff
commit
9e30c3c169
@ -1698,7 +1698,6 @@ mod tests {
|
|||||||
|
|
||||||
fn get_queued_attestations() -> Vec<QueuedAttestation> {
|
fn get_queued_attestations() -> Vec<QueuedAttestation> {
|
||||||
(1..4)
|
(1..4)
|
||||||
.into_iter()
|
|
||||||
.map(|i| QueuedAttestation {
|
.map(|i| QueuedAttestation {
|
||||||
slot: Slot::new(i),
|
slot: Slot::new(i),
|
||||||
attesting_indices: vec![],
|
attesting_indices: vec![],
|
||||||
|
@ -266,7 +266,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Hashes the `self.serialize()` bytes.
|
/// 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>
|
impl<Pub, AggPub, Sig, AggSig> Hash for GenericAggregateSignature<Pub, AggPub, Sig, AggSig>
|
||||||
where
|
where
|
||||||
Sig: TSignature<Pub>,
|
Sig: TSignature<Pub>,
|
||||||
|
Loading…
Reference in New Issue
Block a user