mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Well, fix them again
This commit is contained in:
parent
c5ab8d62e3
commit
390168cc0f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#![feature(plugin)]
|
||||
#![plugin(clippy)]
|
||||
|
||||
#![allow(unused_variable)]
|
||||
#![allow(unused_variables)]
|
||||
|
||||
fn takes_an_immutable_reference(a: &i32) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue