Clippy fix

This commit is contained in:
Marios Christou
2025-09-29 12:27:00 +03:00
parent aae9dca7cf
commit 14d90ee4ea
2 changed files with 6 additions and 32 deletions
+1
View File
@@ -15,6 +15,7 @@ use revive_dt_compiler::{SolidityCompiler, revive_resolc::Resolc, solc::Solc};
use revive_dt_config::*;
use revive_dt_node::{
Node, geth::GethNode, lighthouse_geth::LighthouseGethNode, substrate::SubstrateNode,
zombie::ZombieNode,
};
use revive_dt_node_interaction::EthereumNode;
use tracing::info;