Skip to content

Commit e216571

Browse files
kariyclaude
andcommitted
fix: remove unused fs2 import and dead constant to fix clippy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08f7e56 commit e216571

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/utils/src/node.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ use std::process::Command;
44
use std::sync::Arc;
55
use std::time::Duration;
66

7-
use fs2::FileExt;
8-
9-
/// Fixed path for the dojo repository clone to avoid recompiling for each test.
10-
const DOJO_CACHE_DIR: &str = "/tmp/katana-test-dojo";
11-
127
use katana_chain_spec::{dev, ChainSpec};
138
use katana_core::backend::Backend;
149
use katana_executor::implementation::blockifier::BlockifierFactory;

0 commit comments

Comments
 (0)