Skip to content

Commit 390168c

Browse files
Well, fix them again
1 parent c5ab8d6 commit 390168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-fail/mut_reference.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![feature(plugin)]
22
#![plugin(clippy)]
33

4-
#![allow(unused_variable)]
4+
#![allow(unused_variables)]
55

66
fn takes_an_immutable_reference(a: &i32) {
77
}

0 commit comments

Comments
 (0)