aboutsummaryrefslogtreecommitdiff
path: root/tests/common_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common_test.rs')
-rw-r--r--tests/common_test.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/common_test.rs b/tests/common_test.rs
index a6010e9..2f05b33 100644
--- a/tests/common_test.rs
+++ b/tests/common_test.rs
@@ -19,6 +19,14 @@
// KIND, either express or implied.
#![allow(dead_code)]
+#![allow(
+ clippy::approx_constant,
+ clippy::cast_possible_wrap,
+ clippy::cast_sign_loss,
+ clippy::excessive_precision,
+ clippy::unreadable_literal,
+ clippy::wildcard_imports
+)]
#[path = "../src/common.rs"]
mod common;