Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Dec 3, 2024
1 parent f6b5d08 commit 084c861
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/zksync/core/src/vm/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ use zksync_types::{
};
use zksync_utils::{be_words_to_bytes, h256_to_account_address, h256_to_u256, u256_to_h256};

use std::{
collections::HashMap,
fmt::Debug,
sync::{Arc, LazyLock},
};
use std::{collections::HashMap, fmt::Debug, sync::Arc};

use crate::{
convert::{ConvertAddress, ConvertH160, ConvertH256, ConvertRU256, ConvertU256},
Expand Down

0 comments on commit 084c861

Please sign in to comment.