]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/crashes/if_same_then_else.rs
Add regression test
[rust.git] / tests / ui / crashes / if_same_then_else.rs
index b2a4d541f5995dd5a6ee327bb25be204f4387f06..4ef992b05e7618f2b40221690618354f528b7d9d 100644 (file)
@@ -1,5 +1,6 @@
 // run-pass
 
+#![allow(clippy::comparison_chain)]
 #![deny(clippy::if_same_then_else)]
 
 /// Test for https://github.com/rust-lang/rust-clippy/issues/2426