]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/match_expr_like_matches_macro.rs
Addition `manual_map` test for `unsafe` blocks
[rust.git] / tests / ui / match_expr_like_matches_macro.rs
index 2ef6cf42387f6e5b5cd71d788fbabe4f8f7ac01d..2deeb84e74138151920ca91279cef789ebad2e79 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
 
 #![warn(clippy::match_like_matches_macro)]
-#![allow(unreachable_patterns, dead_code)]
+#![allow(unreachable_patterns, dead_code, clippy::equatable_if_let)]
 
 fn main() {
     let x = Some(5);