Skip to content

Commit

Permalink
Enable clippy lint for println/err/dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Jul 7, 2023
1 parent a9f1864 commit 7527240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#![deny(clippy::all)]
#![deny(clippy::cargo)]
#![deny(clippy::pedantic)]
#![deny(clippy::print_stdout)]
#![deny(clippy::print_stderr)]
#![deny(clippy::dbg_macro)]
#![deny(unused_extern_crates)]
#![deny(unused_allocation)]
#![deny(unused_assignments)]
Expand Down

0 comments on commit 7527240

Please sign in to comment.