aboutsummaryrefslogtreecommitdiff
path: root/tests/stable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stable.rs')
-rw-r--r--tests/stable.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stable.rs b/tests/stable.rs
index b1bcd65..6207079 100644
--- a/tests/stable.rs
+++ b/tests/stable.rs
@@ -1,4 +1,9 @@
#![allow(dead_code)]
+#![allow(
+ clippy::derive_partial_eq_without_eq,
+ clippy::let_unit_value,
+ clippy::match_same_arms
+)]
#[remain::sorted]
#[derive(PartialEq)]