Skip to content

Commit 58bd6c0

Browse files
author
frankudoags
committed
nit(node): allow clippy::too_many_arguments on OpAddOns::new
1 parent 8b7a070 commit 58bd6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/optimism/node/src/node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ where
322322
EthB: EthApiBuilder<N>,
323323
{
324324
/// Creates a new instance from components.
325+
#[allow(clippy::too_many_arguments)]
325326
pub const fn new(
326327
rpc_add_ons: RpcAddOns<N, EthB, PVB, EB, EVB, RpcMiddleware>,
327328
da_config: OpDAConfig,

0 commit comments

Comments
 (0)