We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea3a24 commit dbb835fCopy full SHA for dbb835f
crates/eips/src/eip2930.rs
@@ -3,10 +3,7 @@
3
//! [EIP-2930]: https://eips.ethereum.org/EIPS/eip-2930
4
5
#[cfg(not(feature = "std"))]
6
-use alloc::{
7
- vec::Vec,
8
- string::String
9
-};
+use alloc::{string::String, vec::Vec};
10
11
use alloy_primitives::{Address, B256, U256};
12
use alloy_rlp::{RlpDecodable, RlpDecodableWrapper, RlpEncodable, RlpEncodableWrapper};
0 commit comments