Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Sep 25, 2024
1 parent ce06c22 commit 66c5968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/revm/src/handler/mainnet/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use crate::{
use core::mem;
use interpreter::{
return_ok, return_revert, table::InstructionTables, CallInputs, CallOutcome, CreateInputs,
CreateOutcome, EOFCreateInputs, Gas, InstructionResult, InterpreterAction, InterpreterResult,
SharedMemory, EMPTY_SHARED_MEMORY,
CreateOutcome, EOFCreateInputs, Gas, InterpreterAction, InterpreterResult, SharedMemory,
EMPTY_SHARED_MEMORY,
};
use specification::hardfork::Spec;
use std::boxed::Box;
Expand Down Expand Up @@ -194,6 +194,7 @@ pub fn insert_eofcreate_outcome<EvmWiringT: EvmWiring>(
mod tests {
use super::*;
use crate::handler::mainnet::refund;
use interpreter::InstructionResult;
use primitives::Bytes;
use specification::hardfork::CancunSpec;
use wiring::{default::EnvWiring, DefaultEthereumWiring};
Expand Down

0 comments on commit 66c5968

Please sign in to comment.