summaryrefslogtreecommitdiff
path: root/tests/evil_rwlock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/evil_rwlock.rs')
-rwxr-xr-xtests/evil_rwlock.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/evil_rwlock.rs b/tests/evil_rwlock.rs
index 4be86a1..a57a27a 100755
--- a/tests/evil_rwlock.rs
+++ b/tests/evil_rwlock.rs
@@ -11,7 +11,6 @@ struct EvilRwLock {
}
unsafe impl RawRwLock for EvilRwLock {
- #[allow(clippy::declare_interior_mutable_const)]
const INIT: Self = Self {
inner: parking_lot::RawRwLock::INIT,
};