Fix warnings it tests

This commit is contained in:
Erick Tryzelaar
2013-08-17 08:37:42 -07:00
parent e20d46056d
commit ad5c676853
400 changed files with 701 additions and 581 deletions

View File

@@ -20,5 +20,5 @@ enum Foo {
}
pub fn main() {
let x = Bar { a: 2, b: 3 };
let _x = Bar { a: 2, b: 3 };
}