Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Nov 29, 2024
1 parent 3180141 commit 962956c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions crates/l2/prover/zkvm/interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,8 @@ pub mod io {
pub mod trie {
use std::collections::HashMap;

use ethrex_core::{
types::{Account, AccountState},
H160,
};
use ethrex_rlp::{
decode::{self, RLPDecode},
encode::RLPEncode,
error::RLPDecodeError,
};
use ethrex_core::{types::AccountState, H160};
use ethrex_rlp::{decode::RLPDecode, encode::RLPEncode, error::RLPDecodeError};
use ethrex_storage::{hash_address, hash_key, AccountUpdate};
use ethrex_trie::{Trie, TrieError};
use thiserror::Error;
Expand Down

0 comments on commit 962956c

Please sign in to comment.