Skip to content

Commit

Permalink
rustmft
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 1, 2024
1 parent 6ea3a24 commit dbb835f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/eips/src/eip2930.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
//! [EIP-2930]: https://eips.ethereum.org/EIPS/eip-2930

#[cfg(not(feature = "std"))]
use alloc::{
vec::Vec,
string::String
};
use alloc::{string::String, vec::Vec};

use alloy_primitives::{Address, B256, U256};
use alloy_rlp::{RlpDecodable, RlpDecodableWrapper, RlpEncodable, RlpEncodableWrapper};
Expand Down

0 comments on commit dbb835f

Please sign in to comment.