jubjub: Allow too-many-arguments in Fr::montgomery_reduce

This commit is contained in:
Jack Grigg 2020-01-14 10:55:42 -05:00
parent 7a8fe98b27
commit 6c6772e456
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ impl Fr {
}
#[inline]
#[allow(clippy::too_many_arguments)]
const fn montgomery_reduce(
r0: u64,
r1: u64,