mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
refactor: add same_name_method clippy correctness lint (#948)
This commit is contained in:
parent
cec3fa70fc
commit
ae99d14a69
5 changed files with 21 additions and 24 deletions
|
|
@ -111,6 +111,7 @@ non_ascii_literal = "warn"
|
|||
panic = "warn"
|
||||
precedence_bits = "warn"
|
||||
rc_mutex = "warn"
|
||||
same_name_method = "warn"
|
||||
|
||||
# == Style, readability == #
|
||||
semicolon_outside_block = "warn" # With semicolon-outside-block-ignore-multiline = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue