mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore(ci): Reduce noisy lints
Want to add this back in later but this is slowing down migration of my repos.
This commit is contained in:
parent
be30b1bba0
commit
a01f25da96
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
//! > DESCRIPTION
|
||||
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![warn(missing_docs)]
|
||||
#![warn(clippy::print_stderr)]
|
||||
#![warn(clippy::print_stdout)]
|
||||
#![allow(non_snake_case)] // TODO: Delete me
|
||||
|
|
Loading…
Reference in a new issue