aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-27 08:18:50 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-27 08:18:50 -0400
commit649450762eff2d71371e176534fbe64752a3284e (patch)
tree2364d615f0642fc11ade82bf1cb8ee6bd2f385ea /src
parent7f2186ef75947e456cba122f511f2f5725e3eef6 (diff)
downloadttyrec-649450762eff2d71371e176534fbe64752a3284e.tar.gz
ttyrec-649450762eff2d71371e176534fbe64752a3284e.zip
metadata
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3f8e745..5ae78fa 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,9 +5,12 @@
//! `Reader` and `Writer` are helpers to provide a nicer API for asynchronous
//! applications using `tokio`.
+// XXX this is broken with ale
+// #![warn(clippy::cargo)]
#![warn(clippy::pedantic)]
#![warn(clippy::nursery)]
#![allow(clippy::missing_const_for_fn)]
+#![allow(clippy::multiple_crate_versions)]
mod creator;
pub use creator::Creator;