Skip to content

Commit 8b53e43

Browse files
authored
chore(chisel): remove unused Debug import from executor.rs (#11255)
1 parent 978ebc1 commit 8b53e43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/chisel/src/executor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ use crate::prelude::{
88
use alloy_dyn_abi::{DynSolType, DynSolValue};
99
use alloy_json_abi::EventParam;
1010
use alloy_primitives::{Address, B256, U256, hex};
11-
use core::fmt::Debug;
1211
use eyre::{Result, WrapErr};
1312
use foundry_compilers::Artifact;
1413
use foundry_evm::{

0 commit comments

Comments
 (0)