Skip to content

Commit

Permalink
temporarily allow too many args in a func
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 9, 2024
1 parent 8ea6e8b commit c43187c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ impl Circuits {
}
}

#[allow(clippy::too_many_arguments)]
pub fn new(
peer_id: usize,
input_size: usize, // per GPU
Expand Down

0 comments on commit c43187c

Please sign in to comment.