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