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