primitives: rm more alloy_primitives reexports (#11325)

This commit is contained in:
Thomas Coratger
2024-09-30 03:06:47 +02:00
committed by GitHub
parent ea1d04aa75
commit e21d75f9aa
53 changed files with 114 additions and 136 deletions

View File

@ -500,8 +500,8 @@ mod tests {
use super::*;
use alloy_consensus::TxEip1559;
use alloy_eips::eip2930::AccessList;
use alloy_primitives::Parity;
use reth_primitives::{hex, public_key_to_address, Signature};
use alloy_primitives::{hex, Parity};
use reth_primitives::{public_key_to_address, Signature};
use std::str::FromStr;
#[test]

View File

@ -18,8 +18,7 @@ use std::{
///
/// # Example
/// ```
/// # use alloy_primitives::{Address, U256};
/// # use reth_primitives::{hex, Bytes};
/// # use alloy_primitives::{Address, U256, hex, Bytes};
/// # use reth_testing_utils::GenesisAllocator;
/// # use std::str::FromStr;
/// let mut allocator = GenesisAllocator::default();