blob: b3dec876535c5e5e374f39baa5d6d89ba9535fad [file] [log] [blame]
#![feature(stmt_expr_attributes)]
fn main() {
#[clippy::author]
for y in 0..10 {
let z = y;
}
}