1
Fork 0

test: Remove most uses of &fn() from the tests.

This commit is contained in:
Patrick Walton 2013-11-19 16:34:19 -08:00
parent ef70b7666e
commit 406813957b
145 changed files with 249 additions and 256 deletions

View file

@ -55,7 +55,7 @@ fn main() {
let mut _allowed = 1;
}
fn callback(f: &fn()) {}
fn callback(f: ||) {}
// make sure the lint attribute can be turned off
#[allow(unused_mut)]