From 4e001688dee11ac44befe9281e4918512c4f1c72 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 28 Nov 2022 15:07:03 -0600 Subject: [PATCH] rust/clippy: remove lint: bool_comparison Already clean. --- rust/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/src/lib.rs b/rust/src/lib.rs index c6a8c7a329..23aa0a792f 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -28,7 +28,6 @@ #![allow(clippy::too_many_arguments)] // To be fixed, but remove the noise for now. -#![allow(clippy::bool_comparison)] #![allow(clippy::collapsible_else_if)] #![allow(clippy::collapsible_if)] #![allow(clippy::derive_partial_eq_without_eq)]