Skip to content

Commit

Permalink
chore(ci): Reduce noisy lints
Browse files Browse the repository at this point in the history
Want to add this back in later but this is slowing down migration of my
repos.
  • Loading branch information
epage committed Apr 26, 2024
1 parent be30b1b commit a01f25d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a01f25d

Please sign in to comment.