Skip to content

Commit

Permalink
Don't emit common warnings in rusti
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 14, 2013
1 parent 9af04f3 commit 8b87fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librusti/wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)];

Expand Down

0 comments on commit 8b87fd7

Please sign in to comment.