Rust 1.96 lints (#9368)

N/A


  A rare single line lint update .


Co-Authored-By: Pawan Dhananjay <pawandhananjay@gmail.com>
This commit is contained in:
Pawan Dhananjay
2026-05-29 05:47:53 +05:30
committed by GitHub
parent 5636030b49
commit ba3abf943f

View File

@@ -69,7 +69,7 @@ impl<E: EthSpec> PartialDataColumnSidecar<E> {
.count(); .count();
self.column self.column
.get(storage_idx) .get(storage_idx)
.and_then(|cell| self.kzg_proofs.get(storage_idx).map(|proof| (cell, proof))) .zip(self.kzg_proofs.get(storage_idx))
} }
/// Creates a reference to this sidecar containing only the blob indices for which the passed /// Creates a reference to this sidecar containing only the blob indices for which the passed