diff --git a/rust/src/lib.rs b/rust/src/lib.rs index dfac0f15ed..7b533fe9b6 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -29,7 +29,6 @@ // To be fixed, but remove the noise for now. #![allow(clippy::collapsible_else_if)] -#![allow(clippy::collapsible_if)] #![allow(clippy::field_reassign_with_default)] #![allow(clippy::manual_find)] #![allow(clippy::match_like_matches_macro)]