From eb310bd6f04daf97c8d2539d6f0379fb698295bc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2019 15:34:59 -0400 Subject: metadata --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0a58daa..c29c822 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,8 +21,11 @@ //! tokio::run(prog); //! ``` +// XXX this is broken with ale +// #![warn(clippy::cargo)] #![warn(clippy::pedantic)] #![warn(clippy::nursery)] +#![allow(clippy::multiple_crate_versions)] use futures::future::Future as _; use futures::stream::Stream as _; -- cgit v1.2.3-54-g00ecf