Skip to content

Commit b4a3c46

Browse files
committed
refactor: 🔥 remove unused imports
1 parent 3d11e21 commit b4a3c46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frame/evm/src/runner/stack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use alloc::{
2121
boxed::Box,
2222
collections::{btree_map::BTreeMap, btree_set::BTreeSet},
23-
vec,
2423
vec::Vec,
2524
};
2625
use core::{marker::PhantomData, mem};

primitives/ethereum/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
extern crate alloc;
2222

23-
use alloc::{vec, vec::Vec};
23+
use alloc::vec::Vec;
2424
pub use ethereum::{
2525
AccessListItem, AuthorizationList, AuthorizationListItem, BlockV3 as Block,
2626
LegacyTransactionMessage, Log, ReceiptV3 as Receipt, TransactionAction,

0 commit comments

Comments
 (0)