summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/string_extend.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/string_extend.rs')
-rw-r--r--src/tools/clippy/tests/ui/string_extend.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/clippy/tests/ui/string_extend.rs b/src/tools/clippy/tests/ui/string_extend.rs
index 5f72ffe2f..41c0d29fa 100644
--- a/src/tools/clippy/tests/ui/string_extend.rs
+++ b/src/tools/clippy/tests/ui/string_extend.rs
@@ -1,5 +1,3 @@
-//@run-rustfix
-
#[derive(Copy, Clone)]
struct HasChars;