From 8b87fd7ec0c170481dbd1ca335497383f2dee891 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 14 May 2013 02:58:58 -0400 Subject: [PATCH] Don't emit common warnings in rusti --- src/librusti/wrapper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librusti/wrapper.rs b/src/librusti/wrapper.rs index a47d4ba5329c..9c3026f0915c 100644 --- a/src/librusti/wrapper.rs +++ b/src/librusti/wrapper.rs @@ -18,8 +18,8 @@ #[allow(unrecognized_lint)]; #[allow(unused_imports)]; #[allow(while_true)]; -#[allow(dead_assignment)]; #[allow(unused_variable)]; +#[allow(dead_assignment)]; #[allow(unused_unsafe)]; #[allow(unused_mut)];