Add dead-code warning pass
This commit is contained in:
parent
49b751dda1
commit
c06dd0e0af
33 changed files with 572 additions and 53 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#[allow(dead_assignment)];
|
||||
#[allow(unused_variable)];
|
||||
#[allow(dead_code)];
|
||||
#[deny(unused_mut)];
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue