aboutsummaryrefslogtreecommitdiff
path: root/tests/d2s_table_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/d2s_table_test.rs')
-rw-r--r--tests/d2s_table_test.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/d2s_table_test.rs b/tests/d2s_table_test.rs
index aa45c55..dce1be3 100644
--- a/tests/d2s_table_test.rs
+++ b/tests/d2s_table_test.rs
@@ -19,6 +19,15 @@
// KIND, either express or implied.
#![allow(dead_code)]
+#![allow(
+ clippy::cast_lossless,
+ clippy::cast_possible_truncation,
+ clippy::cast_possible_wrap,
+ clippy::cast_sign_loss,
+ clippy::unreadable_literal,
+ clippy::unseparated_literal_suffix,
+ clippy::wildcard_imports
+)]
#[path = "../src/common.rs"]
mod common;