We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffbcd7 commit 0a99ee9Copy full SHA for 0a99ee9
primitives/safe-math/src/lib.rs
@@ -1,5 +1,7 @@
1
#![cfg_attr(not(feature = "std"), no_std)]
2
#![allow(clippy::result_unit_err)]
3
+#![cfg_attr(test, allow(clippy::arithmetic_side_effects))]
4
+#![cfg_attr(test, allow(clippy::unwrap_used))]
5
6
use substrate_fixed::{
7
traits::Fixed,
0 commit comments