chore: fix until clippy on crates.io is updated

This commit is contained in:
Kevin K 2015-08-14 20:58:18 -04:00
parent db9c68069e
commit 19c46e1403

View file

@ -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