mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05: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
|
//! > DESCRIPTION
|
||||||
|
|
||||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||||
#![warn(missing_docs)]
|
|
||||||
#![warn(clippy::print_stderr)]
|
#![warn(clippy::print_stderr)]
|
||||||
#![warn(clippy::print_stdout)]
|
#![warn(clippy::print_stdout)]
|
||||||
#![allow(non_snake_case)] // TODO: Delete me
|
#![allow(non_snake_case)] // TODO: Delete me
|
||||||
|
|
Loading…
Reference in a new issue