Skip to content

Commit

Permalink
allow many arguments to setup_with_timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Dec 2, 2024
1 parent 7d00062 commit 556c5dc
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 @@ -450,6 +450,7 @@ pub mod test {
}

#[allow(static_mut_refs)]
#[allow(clippy::too_many_arguments)]
pub fn setup_with_timeouts<Coordinator: CoordinatorTrait, SignerType: SignerTrait>(
num_signers: u32,
keys_per_signer: u32,
Expand Down

0 comments on commit 556c5dc

Please sign in to comment.