Skip to content

Commit

Permalink
chore(lint): Fix lint (#10359)
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Aug 15, 2024
1 parent bff65e5 commit fac41d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ethereum/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ mod tests {
}

#[test]
#[allow(clippy::needless_update)]
fn test_evm_with_spec_id() {
let evm_config = EthEvmConfig::default();

Expand Down Expand Up @@ -411,6 +412,7 @@ mod tests {
}

#[test]
#[allow(clippy::needless_update)]
fn test_evm_with_env_inspector_and_spec_id() {
let evm_config = EthEvmConfig::default();
let db = CacheDB::<EmptyDBTyped<ProviderError>>::default();
Expand Down

0 comments on commit fac41d3

Please sign in to comment.