Skip to content

Commit

Permalink
chore: allow derive default
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 11, 2025
1 parent 7e02fbf commit e695049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/optimism/node/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub struct RollupArgs {
pub discovery_v4: bool,
}

#[allow(clippy::derivable_impls)]
impl Default for RollupArgs {
fn default() -> Self {
Self {
Expand Down

0 comments on commit e695049

Please sign in to comment.