Browse Source

clippy: remove unused log::* import (#8932)

Kamil Skalski 2 weeks ago
parent
commit
f5ec21495e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ledger/src/blockstore/error.rs

+ 1 - 1
ledger/src/blockstore/error.rs

@@ -1,6 +1,6 @@
 //! The error that can be produced from Blockstore operations.
 //! The error that can be produced from Blockstore operations.
 
 
-use {agave_snapshots::hardened_unpack::UnpackError, log::*, solana_clock::Slot, thiserror::Error};
+use {agave_snapshots::hardened_unpack::UnpackError, solana_clock::Slot, thiserror::Error};
 
 
 #[derive(Error, Debug)]
 #[derive(Error, Debug)]
 pub enum BlockstoreError {
 pub enum BlockstoreError {