aboutsummaryrefslogtreecommitdiff
path: root/tests/unstable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unstable.rs')
-rw-r--r--tests/unstable.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unstable.rs b/tests/unstable.rs
index 1c94950..c0a0c65 100644
--- a/tests/unstable.rs
+++ b/tests/unstable.rs
@@ -1,6 +1,7 @@
#![allow(dead_code)]
#![cfg(not(remain_stable_testing))]
#![feature(proc_macro_hygiene, stmt_expr_attributes)]
+#![allow(clippy::derive_partial_eq_without_eq, clippy::match_same_arms)]
#[remain::sorted]
#[derive(PartialEq)]