I've been using Rust for quite a bit, and with rus...
# announcements
r
I've been using Rust for quite a bit, and with rust if you're iterating over something, but don't need a variable (Like i if it's for i in range, or a value from a tuple) you can just name the variable _ and the compiler doesn't complain about unused variables