Fix warnings it tests
This commit is contained in:
@@ -20,5 +20,5 @@ enum Foo {
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
let x = Bar { a: 2, b: 3 };
|
||||
let _x = Bar { a: 2, b: 3 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user