aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-07-06 13:52:57 -0400
committerJesse Luehrs <doy@tozt.net>2019-07-06 13:52:57 -0400
commite66ca60da19754cae702c646f80c3ed7e5c6b5d8 (patch)
treee23b16a93ec4c9a6d7cee6ee52fd35b68b2ac1bd
parentc81eb633fc071e3eb306f5154c847dd3a41933e6 (diff)
downloadnbsh-old-e66ca60da19754cae702c646f80c3ed7e5c6b5d8.tar.gz
nbsh-old-e66ca60da19754cae702c646f80c3ed7e5c6b5d8.zip
clippy
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 30b4f14..0a5ebde 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,6 +4,8 @@
// #![warn(clippy::cargo)]
#![allow(clippy::collapsible_if)]
#![allow(clippy::if_not_else)]
+// match_same_arms is buggy, doesn't notice differences due to match arm order
+#![allow(clippy::match_same_arms)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::multiple_crate_versions)]
#![allow(clippy::single_match)]