about summary refs log tree commit diff
path: root/tests/ui/writeln_empty_string.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/writeln_empty_string.fixed')
-rw-r--r--tests/ui/writeln_empty_string.fixed2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/writeln_empty_string.fixed b/tests/ui/writeln_empty_string.fixed
index 45dedd9ead6..f6a7481f642 100644
--- a/tests/ui/writeln_empty_string.fixed
+++ b/tests/ui/writeln_empty_string.fixed
@@ -1,5 +1,3 @@
-//@run-rustfix
-
 #![allow(unused_must_use)]
 #![warn(clippy::writeln_empty_string)]
 use std::io::Write;