primitives: rm more alloy_primitives reexports (#11255)

This commit is contained in:
Thomas Coratger
2024-09-29 18:48:54 +02:00
committed by GitHub
parent 55bf29e6d2
commit ea1d04aa75
70 changed files with 150 additions and 128 deletions

View File

@ -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();