Enable println warning (#1929)

This commit is contained in:
David Pedersen
2023-04-14 22:26:56 +02:00
committed by GitHub
parent 377d73a55b
commit 39bb28130d
6 changed files with 5 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@
#![allow(elided_lifetimes_in_paths, clippy::type_complexity)]
#![forbid(unsafe_code)]
#![cfg_attr(test, allow(clippy::float_cmp))]
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::dbg_macro))]
#[macro_use]
pub(crate) mod macros;