chore: make clippy happy (#6666)

This commit is contained in:
Dan Cline
2024-02-19 01:31:47 -05:00
committed by GitHub
parent 79f1fa3c10
commit 79452eadaf
86 changed files with 106 additions and 241 deletions

View File

@ -2,11 +2,7 @@
use criterion::{
black_box, criterion_group, criterion_main, measurement::WallTime, BenchmarkGroup, Criterion,
};
use proptest::{
prelude::*,
strategy::{Strategy, ValueTree},
test_runner::TestRunner,
};
use proptest::{prelude::*, strategy::ValueTree, test_runner::TestRunner};
use reth_transaction_pool::{blob_tx_priority, fee_delta};
fn generate_test_data_fee_delta() -> (u128, u128) {