summaryrefslogtreecommitdiffstats
path: root/vendor/crypto-bigint/src/wrapping.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/crypto-bigint/src/wrapping.rs')
-rw-r--r--vendor/crypto-bigint/src/wrapping.rs1
1 files changed, 1 insertions, 0 deletions
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<T: Serialize> Serialize for Wrapping<T> {
}
#[cfg(all(test, feature = "serde"))]
+#[allow(clippy::unwrap_used)]
mod tests {
use crate::{Wrapping, U64};