summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/seek_from_current.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/seek_from_current.rs')
-rw-r--r--src/tools/clippy/tests/ui/seek_from_current.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/seek_from_current.rs b/src/tools/clippy/tests/ui/seek_from_current.rs
index 22bcff1bc..4ed877f8e 100644
--- a/src/tools/clippy/tests/ui/seek_from_current.rs
+++ b/src/tools/clippy/tests/ui/seek_from_current.rs
@@ -1,4 +1,3 @@
-//@run-rustfix
#![warn(clippy::seek_from_current)]
use std::fs::File;