We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70cac3 commit 03499e7Copy full SHA for 03499e7
ledger/src/blockstore.rs
@@ -673,6 +673,7 @@ impl Blockstore {
673
}
674
675
#[cfg(feature = "dev-context-only-utils")]
676
+ #[allow(clippy::type_complexity)]
677
pub fn iterator_cf(
678
&self,
679
cf_name: &str,
@@ -682,6 +683,7 @@ impl Blockstore {
682
683
Ok(iterator.map(|pair| pair.unwrap()))
684
685
686
687
pub fn slot_data_iterator(
688
689
slot: Slot,
@@ -694,6 +696,7 @@ impl Blockstore {
694
696
Ok(slot_iterator.take_while(move |((shred_slot, _), _)| *shred_slot == slot))
695
697
698
699
700
pub fn slot_coding_iterator(
701
702
0 commit comments