From 018c4950b9406055dec02ef0fb52f132e2bb1e2c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Jun 2024 11:25:56 +0200 Subject: Merging upstream version 1.76.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/crypto-bigint/src/wrapping.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/crypto-bigint/src/wrapping.rs') diff --git a/vendor/crypto-bigint/src/wrapping.rs b/vendor/crypto-bigint/src/wrapping.rs index 77e1b78f8..7ee6016e0 100644 --- a/vendor/crypto-bigint/src/wrapping.rs +++ b/vendor/crypto-bigint/src/wrapping.rs @@ -91,6 +91,7 @@ impl Serialize for Wrapping { } #[cfg(all(test, feature = "serde"))] +#[allow(clippy::unwrap_used)] mod tests { use crate::{Wrapping, U64}; -- cgit v1.2.3