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:
Ed Page 2024-04-26 09:23:28 -05:00
parent be30b1bba0
commit a01f25da96

View file

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