Enable lints
This commit is contained in:
parent
bd4c89af3b
commit
3bb4528060
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#![deny(
|
||||
dead_code,
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
path_statements,
|
||||
|
@ -7,6 +8,7 @@
|
|||
unused_allocation,
|
||||
unused_import_braces,
|
||||
unused_imports,
|
||||
unused_must_use,
|
||||
unused_mut,
|
||||
unused_qualifications,
|
||||
while_true,
|
||||
|
|
Loading…
Reference in a new issue