]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/redundant_pattern_matching_drop_order.fixed
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / redundant_pattern_matching_drop_order.fixed
index 794ed542435d149910e44c4ecf712185b7df2355..ce3229f17591e472251795bd1cd24646ead95a5b 100644 (file)
@@ -2,7 +2,7 @@
 
 // Issue #5746
 #![warn(clippy::redundant_pattern_matching)]
-#![allow(clippy::if_same_then_else)]
+#![allow(clippy::if_same_then_else, clippy::equatable_if_let)]
 use std::task::Poll::{Pending, Ready};
 
 fn main() {