about summary refs log tree commit diff
path: root/tests/ui/inconsistent_struct_constructor.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/inconsistent_struct_constructor.fixed')
-rw-r--r--tests/ui/inconsistent_struct_constructor.fixed3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/inconsistent_struct_constructor.fixed b/tests/ui/inconsistent_struct_constructor.fixed
index d84346e8789..5778f8f526f 100644
--- a/tests/ui/inconsistent_struct_constructor.fixed
+++ b/tests/ui/inconsistent_struct_constructor.fixed
@@ -1,5 +1,4 @@
-//@run-rustfix
-//@aux-build:proc_macros.rs:proc-macro
+//@aux-build:proc_macros.rs
 
 #![warn(clippy::inconsistent_struct_constructor)]
 #![allow(clippy::redundant_field_names)]