mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-21 17:51:26 +01:00
enable ignored_unit_patterns lint
This commit is contained in:
parent
623824dc0c
commit
b0f65913f3
5 changed files with 6 additions and 8 deletions
|
|
@ -37,6 +37,7 @@ format_push_string = "warn"
|
|||
get_unwrap = "warn"
|
||||
if_not_else = "warn"
|
||||
if_then_some_else_none = "warn"
|
||||
ignored_unit_patterns = "warn"
|
||||
impl_trait_in_params = "warn"
|
||||
let_underscore_must_use = "warn"
|
||||
lossy_float_literal = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue