Skip to content

Commit dbb835f

Browse files
committed
rustmft
1 parent 6ea3a24 commit dbb835f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/eips/src/eip2930.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
//! [EIP-2930]: https://eips.ethereum.org/EIPS/eip-2930
44
55
#[cfg(not(feature = "std"))]
6-
use alloc::{
7-
vec::Vec,
8-
string::String
9-
};
6+
use alloc::{string::String, vec::Vec};
107

118
use alloy_primitives::{Address, B256, U256};
129
use alloy_rlp::{RlpDecodable, RlpDecodableWrapper, RlpEncodable, RlpEncodableWrapper};

0 commit comments

Comments
 (0)