Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Sep 19, 2024
1 parent 9aae3cf commit 1cccbc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zkevm-circuits/src/evm_circuit/execution/begin_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1254,10 +1254,9 @@ mod test {
use std::{str::FromStr, vec};

use crate::{evm_circuit::test::rand_bytes, test_util::CircuitTestBuilder};
use bus_mapping::{circuit_input_builder::CircuitsParams, evm::OpcodeId};
use bus_mapping::evm::OpcodeId;
use eth_types::{
self, address, bytecode, evm_types::GasCost, word, Address, Bytecode, Error, Hash, Word,
U256,
self, address, bytecode, evm_types::GasCost, word, Address, Bytecode, Hash, Word, U256,
};
use ethers_core::{types::Bytes, utils::get_contract_address};
use mock::{eth, gwei, MockTransaction, TestContext, MOCK_ACCOUNTS};
Expand Down

0 comments on commit 1cccbc0

Please sign in to comment.