From 649450762eff2d71371e176534fbe64752a3284e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2019 08:18:50 -0400 Subject: metadata --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit v1.2.3-54-g00ecf