From: Jason Ish Date: Tue, 29 Nov 2022 01:45:45 +0000 (-0600) Subject: rust/clippy: remove allow: collapsible_else_if X-Git-Tag: suricata-7.0.0-rc1~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df7c326b9f86c4583d3cf7b1375587963d9d471;p=thirdparty%2Fsuricata.git rust/clippy: remove allow: collapsible_else_if --- diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 7b533fe9b6..c350d67f91 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::collapsible_else_if)] #![allow(clippy::field_reassign_with_default)] #![allow(clippy::manual_find)] #![allow(clippy::match_like_matches_macro)]