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)];