Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Oct 7, 2024
1 parent 704bd78 commit cb4e403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/revm/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ impl StorageRootProvider for StateProviderTest {

fn storage_proof(
&self,
address: Address,
slot: B256,
hashed_storage: HashedStorage,
_address: Address,
_slot: B256,
_hashed_storage: HashedStorage,
) -> ProviderResult<StorageProof> {
unimplemented!("proof generation is not supported")
}
Expand Down

0 comments on commit cb4e403

Please sign in to comment.