chore: unused deps sanity check (#4106)

This commit is contained in:
Dan Cline
2023-08-08 05:01:18 -04:00
committed by GitHub
parent 32dd9af531
commit 759eaf5966
2 changed files with 3 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -618,7 +618,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
"syn 2.0.27",
"syn 2.0.28",
"which",
]

View File

@@ -411,9 +411,8 @@ mod tests {
use reth_interfaces::test_utils::{generators, generators::Rng};
use reth_network_api::noop::NoopNetwork;
use reth_primitives::{
basefee::calculate_next_block_base_fee,
constants::{self, ETHEREUM_BLOCK_GAS_LIMIT},
BaseFeeParams, Block, BlockNumberOrTag, Header, TransactionSigned, H256, U256,
basefee::calculate_next_block_base_fee, constants::ETHEREUM_BLOCK_GAS_LIMIT, BaseFeeParams,
Block, BlockNumberOrTag, Header, TransactionSigned, H256, U256,
};
use reth_provider::{
test_utils::{MockEthProvider, NoopProvider},