prefix an _ to the name of an unused variable

This commit is contained in:
Tim Chevalier 2012-06-06 17:19:39 -07:00
parent ee8c762bde
commit db31969d4a

View File

@ -1,5 +1,5 @@
fn main() {
let x = [
let _x = [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,