Skip to content

Commit 3c0b3df

Browse files
authored
chore: make clippy happy (#10628)
1 parent 7fba3dd commit 3c0b3df

File tree

1 file changed

+1
-0
lines changed
  • crates/anvil/core/src/eth

1 file changed

+1
-0
lines changed

crates/anvil/core/src/eth/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub struct Params<T: Default> {
3535
/// Represents ethereum JSON-RPC API
3636
#[derive(Clone, Debug, serde::Deserialize)]
3737
#[serde(tag = "method", content = "params")]
38+
#[allow(clippy::large_enum_variant)]
3839
pub enum EthRequest {
3940
#[serde(rename = "web3_clientVersion", with = "empty_params")]
4041
Web3ClientVersion(()),

0 commit comments

Comments
 (0)