From 9df7c326b9f86c4583d3cf7b1375587963d9d471 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 28 Nov 2022 19:45:45 -0600 Subject: [PATCH] rust/clippy: remove allow: collapsible_else_if --- rust/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)]