]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/iter_skip_next.rs
New upstream version 1.74.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / iter_skip_next.rs
index e44efdebc4718843b53c8e4d6ac30627fb901a0c..6d96441ca96f5aaa2b3a96966091e049d1ecebea 100644 (file)
@@ -1,10 +1,10 @@
-//@run-rustfix
 //@aux-build:option_helpers.rs
 
 #![warn(clippy::iter_skip_next)]
 #![allow(clippy::disallowed_names)]
 #![allow(clippy::iter_nth)]
 #![allow(clippy::useless_vec)]
+#![allow(clippy::iter_out_of_bounds)]
 #![allow(unused_mut, dead_code)]
 
 extern crate option_helpers;