]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/bool_comparison.rs
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / bool_comparison.rs
index 36d31aa043bb9ec700bcd6e0f216fa1816521f33..74f504edfd0697054580db65500ea8b62e11c2b7 100644 (file)
@@ -1,3 +1,5 @@
+// run-rustfix
+
 #[warn(clippy::bool_comparison)]
 fn main() {
     let x = true;