aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-07-12 02:40:06 -0400
committerJesse Luehrs <doy@tozt.net>2019-07-12 02:40:06 -0400
commitff8d2f2d6f0efc363d3681c3908923ed8a1daf4b (patch)
treedade576802e24ad8f19b807cc0c9affdbcfc332b /src/lib.rs
parent55569f3db98e4214537cbad03d0024ba12aa8f73 (diff)
downloadnbsh-old-ff8d2f2d6f0efc363d3681c3908923ed8a1daf4b.tar.gz
nbsh-old-ff8d2f2d6f0efc363d3681c3908923ed8a1daf4b.zip
adjust the readline api a bit
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 4f3e3df..cfcc4a8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,6 +6,7 @@
#![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::missing_const_for_fn)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::multiple_crate_versions)]
#![allow(clippy::similar_names)]