From 3881362830012ee6408b6b2b7799a07e8230badf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 15:25:25 -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 2e21f01..630ebd1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -138,9 +138,12 @@ //! # } //! ``` +// 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)] #![allow(clippy::type_complexity)] use futures::future::Future as _; -- cgit v1.2.3-54-g00ecf