]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/match_single_binding.fixed
Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank
[rust.git] / src / tools / clippy / tests / ui / match_single_binding.fixed
index 526e94b10bd0ee460bf57dc993222fc47da3b2c8..30bf64022533c7bbc452e04f3176756e74718a5e 100644 (file)
@@ -94,10 +94,7 @@ fn main() {
         0 => println!("Disabled branch"),
         _ => println!("Enabled branch"),
     }
-    // Lint
-    let x = 1;
-    let y = 1;
-    println!("Single branch");
+
     // Ok
     let x = 1;
     let y = 1;