Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SuccinctPaul committed Nov 21, 2023
1 parent cf51427 commit 4376217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groth16/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub fn groth16_setup(
Ok(())
}

#[allow(clippy::too_many_arguments)]
pub fn groth16_prove(
curve_type: &str,
circuit_file: &str,
Expand Down

0 comments on commit 4376217

Please sign in to comment.