From a9e16d0a8885fb09a3e99833fd3e820fd0073956 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 2 Nov 2023 12:34:54 -0600 Subject: [PATCH] p521: remove unneeded allow(dead_code) attribute --- p521/src/arithmetic/field.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/p521/src/arithmetic/field.rs b/p521/src/arithmetic/field.rs index 1f75aca7..5230e879 100644 --- a/p521/src/arithmetic/field.rs +++ b/p521/src/arithmetic/field.rs @@ -601,7 +601,6 @@ mod tests { }; /// t = (modulus - 1) >> S - #[allow(dead_code)] const T: [u64; 9] = [ 0xffffffffffffffff, 0xffffffffffffffff,