Skip to content

Commit

Permalink
chore clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 30, 2023
1 parent c1490ff commit 04f8da6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/db-access.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
use reth_db::open_db_read_only;
use reth_primitives::{Address, ChainSpecBuilder, B256, U256};
use reth_primitives::{Address, ChainSpecBuilder, B256};
use reth_provider::{
AccountReader, BlockReader, BlockSource, HeaderProvider, ProviderFactory, ReceiptProvider,
StateProvider, TransactionsProvider,
};
use reth_rpc_types::{Filter, FilteredParams};
use reth_rpc_types_compat::log::from_primitive_log;

use std::path::Path;

// Providers are zero cost abstractions on top of an opened MDBX Transaction
Expand Down

0 comments on commit 04f8da6

Please sign in to comment.