diff options
| author | Mica White <botahamec@outlook.com> | 2024-03-13 16:59:05 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-03-13 16:59:05 -0400 |
| commit | 99f76b4929eb118b43a13705c3ee5f199736ad45 (patch) | |
| tree | d256179f7cce643f650ada5d817bc66eb056e9b8 /src/lib.rs | |
| parent | 4c3b8acb705905ed986ce1320d5580892497292c (diff) | |
Performance improvement
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #![allow(clippy::declare_interior_mutable_const)] #![allow(clippy::semicolon_if_nothing_returned)] #![allow(clippy::module_inception)] +#![allow(clippy::single_match_else)] //! As it turns out, the Rust borrow checker is powerful enough that, if the //! standard library supported it, we could've made deadlocks undefined |
