]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/single_match_else.fixed
New upstream version 1.74.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / single_match_else.fixed
index fcc8f14803d316f3f2b1ab9bd433f4f0205b4f6f..f3b1de3b44f90999d97d2c9291afd127e2775f25 100644 (file)
@@ -1,5 +1,4 @@
-//@run-rustfix
-//@aux-build: proc_macros.rs:proc-macro
+//@aux-build: proc_macros.rs
 #![warn(clippy::single_match_else)]
 #![allow(unused, clippy::needless_return, clippy::no_effect, clippy::uninlined_format_args)]
 extern crate proc_macros;