diff options
| -rw-r--r-- | src/librusti/wrapper.rs | 2 |
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)]; |
