aboutsummaryrefslogtreecommitdiff
path: root/tests/d2s_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/d2s_test.rs')
-rw-r--r--tests/d2s_test.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/d2s_test.rs b/tests/d2s_test.rs
index 604ab69..368cab6 100644
--- a/tests/d2s_test.rs
+++ b/tests/d2s_test.rs
@@ -18,6 +18,16 @@
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied.
+#![allow(
+ clippy::approx_constant,
+ clippy::cast_lossless,
+ clippy::float_cmp,
+ clippy::int_plus_one,
+ clippy::non_ascii_literal,
+ clippy::unreadable_literal,
+ clippy::unseparated_literal_suffix
+)]
+
#[macro_use]
mod macros;