about summary refs log tree commit diff
path: root/tests/ui/string_from_utf8_as_bytes.rs
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-07-27 11:40:22 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-08-11 14:02:28 +0000
commit3d88fae050578fe165b6544d49fbac2f23e60391 (patch)
tree06b71f97abd40bd3cea95a02398bd814369c4e69 /tests/ui/string_from_utf8_as_bytes.rs
parent0afd38b093a3de1e4a5a505f4138bcc1397263e7 (diff)
Update ui test crate
Diffstat (limited to 'tests/ui/string_from_utf8_as_bytes.rs')
-rw-r--r--tests/ui/string_from_utf8_as_bytes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/string_from_utf8_as_bytes.rs b/tests/ui/string_from_utf8_as_bytes.rs
index 043dd235082..c8717f7950b 100644
--- a/tests/ui/string_from_utf8_as_bytes.rs
+++ b/tests/ui/string_from_utf8_as_bytes.rs
@@ -1,4 +1,3 @@
-//@run-rustfix
 #![warn(clippy::string_from_utf8_as_bytes)]
 
 fn main() {