mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Fix Rust 1.83 Clippy lints (#6629)
* Fix Rust 1.83 Clippy lints * Cargo fmt
This commit is contained in:
@@ -303,7 +303,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a, E, Error> BlockReplayer<'a, E, Error, StateRootIterDefault<Error>>
|
||||
impl<E, Error> BlockReplayer<'_, E, Error, StateRootIterDefault<Error>>
|
||||
where
|
||||
E: EthSpec,
|
||||
Error: From<BlockReplayError>,
|
||||
|
||||
Reference in New Issue
Block a user