From 6c6772e4569a51da9d82f767b201cf9df723e1cc Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 14 Jan 2020 10:55:42 -0500 Subject: [PATCH] jubjub: Allow too-many-arguments in Fr::montgomery_reduce --- jubjub/src/fr.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/jubjub/src/fr.rs b/jubjub/src/fr.rs index 73ce463af..e46953027 100644 --- a/jubjub/src/fr.rs +++ b/jubjub/src/fr.rs @@ -450,6 +450,7 @@ impl Fr { } #[inline] + #[allow(clippy::too_many_arguments)] const fn montgomery_reduce( r0: u64, r1: u64,