mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
chore: fix until clippy on crates.io is updated
This commit is contained in:
parent
db9c68069e
commit
19c46e1403
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue