mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add rc_mutex clippy correctness lint (#945)
This commit is contained in:
@@ -110,6 +110,7 @@ needless_raw_strings = "warn"
|
||||
non_ascii_literal = "warn"
|
||||
panic = "warn"
|
||||
precedence_bits = "warn"
|
||||
rc_mutex = "warn"
|
||||
|
||||
# == Style, readability == #
|
||||
semicolon_outside_block = "warn" # With semicolon-outside-block-ignore-multiline = true
|
||||
|
||||
Reference in New Issue
Block a user