diff options
| author | Mica White <botahamec@outlook.com> | 2026-03-14 21:33:50 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-03-14 21:33:50 -0400 |
| commit | 482b47f4ed786946acb324b60d9f7ae7dd8cc075 (patch) | |
| tree | 4216f042597679f2b76adbb61d3ba9596e96a060 /tests/evil_mutex.rs | |
| parent | d9095d8fce59714f75019ecf68911d9931a1af15 (diff) | |
Diffstat (limited to 'tests/evil_mutex.rs')
| -rwxr-xr-x | tests/evil_mutex.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/evil_mutex.rs b/tests/evil_mutex.rs index e10acc8..ef6f31a 100755 --- a/tests/evil_mutex.rs +++ b/tests/evil_mutex.rs @@ -10,7 +10,6 @@ struct EvilMutex { } unsafe impl RawMutex for EvilMutex { - #[allow(clippy::declare_interior_mutable_const)] const INIT: Self = Self { inner: parking_lot::RawMutex::INIT, }; |
