supress clippy

This commit is contained in:
Maybe Waffle 2022-09-29 13:15:01 +04:00
parent a5f2e5984c
commit c640177c20

View file

@ -86,6 +86,7 @@
//#![deny(missing_docs)]
#![warn(clippy::print_stdout, clippy::dbg_macro)]
#![allow(clippy::let_and_return)]
#![allow(clippy::bool_assert_comparison)]
// Unless this becomes machine applicable, I'm not adding 334 #[must_use]s (waffle)
#![allow(clippy::return_self_not_must_use)]
// Workaround for CI