Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
allow too many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Sep 13, 2024
1 parent 3c19588 commit 5055807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uni-stark/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ where
}
}

#[allow(clippy::too_many_arguments)]
#[instrument(name = "compute quotient polynomial", skip_all)]
fn quotient_values<'a, SC, A, Mat>(
air: &A,
Expand Down

0 comments on commit 5055807

Please sign in to comment.