Skip to content

Commit

Permalink
turn off clippy too-many-args check
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Nov 14, 2023
1 parent 3636b12 commit 43eb708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state_machine/coordinator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ impl Config {
}
}

#[allow(clippy::too_many_arguments)]
/// Create a new config object with the passed timeouts
pub fn with_timeouts(
num_signers: u32,
Expand Down

0 comments on commit 43eb708

Please sign in to comment.