rust/clippy: remove lint: bool_comparison

Already clean.
pull/8251/head
Jason Ish 3 years ago committed by Victor Julien
parent f15ffbc869
commit 4e001688de

@ -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)]

Loading…
Cancel
Save