about summary refs log tree commit diff
path: root/tests/ui/zero_ptr.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/zero_ptr.fixed')
-rw-r--r--tests/ui/zero_ptr.fixed1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/zero_ptr.fixed b/tests/ui/zero_ptr.fixed
index bed38ecafc7..5d99bc9b757 100644
--- a/tests/ui/zero_ptr.fixed
+++ b/tests/ui/zero_ptr.fixed
@@ -1,4 +1,3 @@
-//@run-rustfix
 pub fn foo(_const: *const f32, _mut: *mut i64) {}
 
 fn main() {