Fix beta compiler warnings

This commit is contained in:
Pawan Dhananjay
2023-07-14 13:16:48 -07:00
parent c016f5d787
commit 18760822fe
2 changed files with 4 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ pub use metrics::scrape_for_metrics;
use parking_lot::MutexGuard;
use std::sync::Arc;
use strum::{EnumString, IntoStaticStr};
use types::blob_sidecar::BlobSidecarList;
pub use types::*;
pub type ColumnIter<'a> = Box<dyn Iterator<Item = Result<(Hash256, Vec<u8>), Error>> + 'a>;