summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2024-03-13 16:59:05 -0400
committerMica White <botahamec@outlook.com>2024-03-13 16:59:05 -0400
commit99f76b4929eb118b43a13705c3ee5f199736ad45 (patch)
treed256179f7cce643f650ada5d817bc66eb056e9b8 /src/lib.rs
parent4c3b8acb705905ed986ce1320d5580892497292c (diff)
Performance improvement
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8a35eb1..4093ac4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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