Skip to content

Commit 8b87fd7

Browse files
committed
Don't emit common warnings in rusti
1 parent 9af04f3 commit 8b87fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librusti/wrapper.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#[allow(unrecognized_lint)];
1919
#[allow(unused_imports)];
2020
#[allow(while_true)];
21-
#[allow(dead_assignment)];
2221
#[allow(unused_variable)];
22+
#[allow(dead_assignment)];
2323
#[allow(unused_unsafe)];
2424
#[allow(unused_mut)];
2525

0 commit comments

Comments
 (0)