summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/use_self.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/use_self.fixed')
-rw-r--r--src/tools/clippy/tests/ui/use_self.fixed2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/use_self.fixed b/src/tools/clippy/tests/ui/use_self.fixed
index 89ea14759..4179f21c5 100644
--- a/src/tools/clippy/tests/ui/use_self.fixed
+++ b/src/tools/clippy/tests/ui/use_self.fixed
@@ -1,5 +1,5 @@
//@run-rustfix
-//@aux-build:proc_macro_derive.rs
+//@aux-build:proc_macro_derive.rs:proc-macro
#![warn(clippy::use_self)]
#![allow(dead_code, unreachable_code)]