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