From c640177c20d2fa245fbfc86e9c90a18b128400b2 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Thu, 29 Sep 2022 13:15:01 +0400 Subject: [PATCH] supress clippy --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 9be7e01b..e7c945f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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