mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable items_after_statements lint
This commit is contained in:
parent
5c9967f89c
commit
c51e87ec9a
3 changed files with 23 additions and 20 deletions
|
|
@ -41,6 +41,7 @@ ignored_unit_patterns = "warn"
|
|||
impl_trait_in_params = "warn"
|
||||
implicit_clone = "warn"
|
||||
inconsistent_struct_constructor = "warn"
|
||||
items_after_statements = "warn"
|
||||
let_underscore_must_use = "warn"
|
||||
lossy_float_literal = "warn"
|
||||
mem_forget = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue