diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-05-14 02:58:58 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-05-14 14:11:29 -0400 |
| commit | 8b87fd7ec0c170481dbd1ca335497383f2dee891 (patch) | |
| tree | 138feaea38bcab572629e0d77eeaaa343b04a29a /src | |
| parent | 9af04f3e77b201d9a33ebfaeaf622aa44e782d71 (diff) | |
| download | rust-8b87fd7ec0c170481dbd1ca335497383f2dee891.tar.gz rust-8b87fd7ec0c170481dbd1ca335497383f2dee891.zip | |
Don't emit common warnings in rusti
Diffstat (limited to 'src')
| -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)]; |
