Conversation

Found out out the other day that

for i in 0u8.. {
  println!("{i}");
}

Will loop for ever, so I made a lint to protect against that https://github.com/rust-lang/rust-clippy/pull/16257

1
0
1