mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user