rust/clippy: remove allow: collapsible_else_if

pull/8251/head
Jason Ish 2 years ago committed by Victor Julien
parent 30ee5fc835
commit 9df7c326b9

@ -28,7 +28,6 @@
#![allow(clippy::too_many_arguments)]
// To be fixed, but remove the noise for now.
#![allow(clippy::collapsible_else_if)]
#![allow(clippy::field_reassign_with_default)]
#![allow(clippy::manual_find)]
#![allow(clippy::match_like_matches_macro)]

Loading…
Cancel
Save