about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librusti/wrapper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librusti/wrapper.rs b/src/librusti/wrapper.rs
index a47d4ba5329..9c3026f0915 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)];