Skip to content

Commit 0f1b1b5

Browse files
committed
fix: ci clippy
1 parent fbc4094 commit 0f1b1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fendermint/app/src/cmd/proof_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::cmd;
55
use crate::options::proof_cache::{ProofCacheArgs, ProofCacheCommands};
66
use fendermint_vm_topdown_proof_service::persistence::ProofCachePersistence;
77
use fendermint_vm_topdown_proof_service::{CacheConfig, ProofCache};
8-
use std::path::{Path, PathBuf};
8+
use std::path::Path;
99

1010
cmd! {
1111
ProofCacheArgs(self) {

0 commit comments

Comments
 (0)