Well, fix them again

This commit is contained in:
Pyriphlegethon 2015-09-30 18:17:55 +02:00
parent c5ab8d62e3
commit 390168cc0f

View file

@ -1,7 +1,7 @@
#![feature(plugin)]
#![plugin(clippy)]
#![allow(unused_variable)]
#![allow(unused_variables)]
fn takes_an_immutable_reference(a: &i32) {
}