mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Fix clippy's performance lints (#1286)
* Fix clippy perf lints * Cargo fmt * Add and to lint rule in Makefile * Fix some leftover clippy lints
This commit is contained in:
@@ -300,7 +300,7 @@ fn spawn_service<T: BeaconChainTypes>(
|
||||
if service.attestation_service.should_process_attestation(
|
||||
&id,
|
||||
&source,
|
||||
subnet,
|
||||
*subnet,
|
||||
attestation,
|
||||
) {
|
||||
let _ = service
|
||||
|
||||
Reference in New Issue
Block a user