summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed')
-rw-r--r--src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed b/src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed
index 6ffa401d7..929512be6 100644
--- a/src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed
+++ b/src/tools/clippy/tests/ui/ptr_offset_with_cast.fixed
@@ -1,4 +1,3 @@
-//@run-rustfix
#![allow(clippy::unnecessary_cast, clippy::useless_vec)]
fn main() {