Rust 1.92 lints (#8567)

Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
This commit is contained in:
Eitan Seri-Levi
2025-12-12 05:45:38 -03:00
committed by GitHub
parent 5abbdb660a
commit 556e917092
5 changed files with 2 additions and 7 deletions

View File

@@ -2923,7 +2923,6 @@ where
let chain_dump = self.chain.chain_dump().unwrap();
chain_dump
.iter()
.cloned()
.map(|checkpoint| checkpoint.beacon_state.finalized_checkpoint().root)
.filter(|block_hash| *block_hash != Hash256::zero())
.map(|hash| hash.into())