Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 44145b7

Browse files
committed
fmt && clippy
1 parent 1a647b0 commit 44145b7

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

external-tracer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use eth_types::{
55
Address, Error, GethExecTrace, Word,
66
};
77
use serde::Serialize;
8-
use std::collections::{BTreeMap, HashMap};
8+
use std::collections::BTreeMap;
99

1010
/// Configuration structure for `geth_utils::trace`
1111
#[derive(Debug, Default, Clone, Serialize)]

testool/src/statetest/executor.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ use bus_mapping::{
55
mock::BlockData,
66
};
77
use eth_types::{geth_types, Address, Bytes, Error, GethExecTrace, U256, U64};
8-
use ethers_core::{
9-
k256::ecdsa::SigningKey,
10-
types::{transaction::eip2718::TypedTransaction, TransactionRequest, Withdrawal},
11-
utils::keccak256,
12-
};
8+
use ethers_core::{k256::ecdsa::SigningKey, types::Withdrawal, utils::keccak256};
139
use ethers_signers::{LocalWallet, Signer};
1410
use external_tracer::TraceConfig;
1511
use halo2_proofs::{dev::MockProver, halo2curves::bn256::Fr};

testool/src/statetest/json.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ use ethers_core::{k256::ecdsa::SigningKey, utils::secret_key_to_address};
99
use serde::Deserialize;
1010
use std::collections::{BTreeMap, HashMap};
1111

12-
use serde_json::value::Value;
13-
1412
fn default_block_base_fee() -> String {
1513
DEFAULT_BASE_FEE.to_string()
1614
}

testool/src/statetest/yaml.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ use std::{
1313
};
1414
use yaml_rust::Yaml;
1515

16-
type Label = String;
17-
1816
#[derive(Debug, Clone)]
1917
enum Ref {
2018
Any,

0 commit comments

Comments
 (0)