Hacker News new | ask | show | jobs
by Maxatar 498 days ago
The Rust compiler would complain in this case that the initial i variable is unused. Unused variables should be named with an underscore, _.