From 9918693037dce8aa4bb6f08741b6812923486c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Jun 2024 11:26:03 +0200 Subject: Merging upstream version 1.76.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/elliptic-curve/src/dev.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'vendor/elliptic-curve/src/dev.rs') diff --git a/vendor/elliptic-curve/src/dev.rs b/vendor/elliptic-curve/src/dev.rs index 36c684ad4..a2659f1b8 100644 --- a/vendor/elliptic-curve/src/dev.rs +++ b/vendor/elliptic-curve/src/dev.rs @@ -335,7 +335,6 @@ impl Invert for Scalar { impl Reduce for Scalar { type Bytes = FieldBytes; - #[allow(clippy::integer_arithmetic)] fn reduce(w: U256) -> Self { let (r, underflow) = w.sbb(&MockCurve::ORDER, Limb::ZERO); let underflow = Choice::from((underflow.0 >> (Limb::BITS - 1)) as u8); -- cgit v1.2.3