mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm more alloy_primitives reexports (#11255)
This commit is contained in:
@ -18,8 +18,8 @@ use std::{
|
||||
///
|
||||
/// # Example
|
||||
/// ```
|
||||
/// # use alloy_primitives::Address;
|
||||
/// # use reth_primitives::{U256, hex, Bytes};
|
||||
/// # use alloy_primitives::{Address, U256};
|
||||
/// # use reth_primitives::{hex, Bytes};
|
||||
/// # use reth_testing_utils::GenesisAllocator;
|
||||
/// # use std::str::FromStr;
|
||||
/// let mut allocator = GenesisAllocator::default();
|
||||
|
||||
Reference in New Issue
Block a user