mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +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)]
|
#![feature(plugin)]
|
||||||
#![plugin(clippy)]
|
#![plugin(clippy)]
|
||||||
|
|
||||||
#![allow(unused_variable)]
|
#![allow(unused_variables)]
|
||||||
|
|
||||||
fn takes_an_immutable_reference(a: &i32) {
|
fn takes_an_immutable_reference(a: &i32) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue