Skip to content

Commit

Permalink
make clippy deny priting to std out
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-bagwell committed Dec 12, 2023
1 parent 2335633 commit 576c7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![forbid(missing_docs)]
#![warn(clippy::all)]
#![deny(warnings)]
#![deny(clippy::print_stdout)]
#![allow(clippy::needless_doctest_main)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit 576c7ea

Please sign in to comment.