summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed')
-rw-r--r--src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed b/src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed
index 9f75ad895..1f7895796 100644
--- a/src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed
+++ b/src/tools/clippy/tests/ui/to_string_in_format_args_incremental.fixed
@@ -1,4 +1,3 @@
-//@run-rustfix
//@compile-flags: -C incremental=target/debug/test/incr
// see https://github.com/rust-lang/rust-clippy/issues/10969