blob: 367cb6998578601219ed711275245c630545725c [file] [log] [blame]
#![warn(clippy::unused_enumerate_index)]
fn main() {
for () in [()].iter() {}
}