about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-05-14 02:58:58 -0400
committerAlex Crichton <alex@alexcrichton.com>2013-05-14 14:11:29 -0400
commit8b87fd7ec0c170481dbd1ca335497383f2dee891 (patch)
tree138feaea38bcab572629e0d77eeaaa343b04a29a /src
parent9af04f3e77b201d9a33ebfaeaf622aa44e782d71 (diff)
downloadrust-8b87fd7ec0c170481dbd1ca335497383f2dee891.tar.gz
rust-8b87fd7ec0c170481dbd1ca335497383f2dee891.zip
Don't emit common warnings in rusti
Diffstat (limited to 'src')
-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)];