From fac41d368615021190c128e7362352329e97f1a7 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Thu, 15 Aug 2024 16:44:24 -0700 Subject: [PATCH] chore(lint): Fix lint (#10359) --- crates/ethereum/evm/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/ethereum/evm/src/lib.rs b/crates/ethereum/evm/src/lib.rs index 229bef1fb8..d5c9d538fe 100644 --- a/crates/ethereum/evm/src/lib.rs +++ b/crates/ethereum/evm/src/lib.rs @@ -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::>::default();