chore(lint): Fix lint (#10359)

This commit is contained in:
Emilia Hane
2024-08-15 16:44:24 -07:00
committed by GitHub
parent bff65e5f4d
commit fac41d3686

View File

@@ -289,6 +289,7 @@ mod tests {
}
#[test]
#[allow(clippy::needless_update)]
fn test_evm_with_spec_id() {
let evm_config = EthEvmConfig::default();
@@ -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();