瀏覽代碼

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

Kamil Skalski 2 周之前
父節點
當前提交
f5ec21495e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
 
-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)]
 pub enum BlockstoreError {