From 19c46e140363b04dbe07c6d26baafa58d190cd10 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Fri, 14 Aug 2015 20:58:18 -0400 Subject: [PATCH] chore: fix until clippy on crates.io is updated --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index e14fcc54..a45d7b43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,6 +4,8 @@ #![cfg_attr(feature = "lints", allow(option_unwrap_used))] #![cfg_attr(feature = "lints", allow(explicit_iter_loop))] #![cfg_attr(feature = "lints", deny(warnings))] +// Fix until clippy on crates.io is updated to include needless_lifetimes lint +#![cfg_attr(feature = "lints", allow(unknown_lints))] // DOCS //! # clap