Skip to content

Commit

Permalink
Merge pull request #83 from eqlabs/allow_clippy_on_mont_reduce
Browse files Browse the repository at this point in the history
chore(derive): allow too_many_args at mont_reduce
  • Loading branch information
str4d authored Sep 7, 2022
2 parents 9b9a8d9 + 6a1c1e9 commit 9ea208d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ff_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ fn prime_field_impl(
}
}

#[allow(clippy::too_many_arguments)]
#[inline(always)]
fn mont_reduce(
&mut self,
Expand Down

0 comments on commit 9ea208d

Please sign in to comment.