diff options
Diffstat (limited to 'tests/evil_try_rwlock.rs')
| -rwxr-xr-x | tests/evil_try_rwlock.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/evil_try_rwlock.rs b/tests/evil_try_rwlock.rs index b00a666..acba794 100755 --- a/tests/evil_try_rwlock.rs +++ b/tests/evil_try_rwlock.rs @@ -10,7 +10,6 @@ struct EvilRwLock { } unsafe impl RawRwLock for EvilRwLock { - #[allow(clippy::declare_interior_mutable_const)] const INIT: Self = Self { inner: parking_lot::RawRwLock::INIT, }; |
