summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/iter_nth_zero.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/iter_nth_zero.rs')
-rw-r--r--src/tools/clippy/tests/ui/iter_nth_zero.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/clippy/tests/ui/iter_nth_zero.rs b/src/tools/clippy/tests/ui/iter_nth_zero.rs
index 160a895bb..64229b512 100644
--- a/src/tools/clippy/tests/ui/iter_nth_zero.rs
+++ b/src/tools/clippy/tests/ui/iter_nth_zero.rs
@@ -1,5 +1,3 @@
-//@run-rustfix
-
#![warn(clippy::iter_nth_zero)]
use std::collections::HashSet;