chore: add precedence_bits clippy correctness lint (#942)

This commit is contained in:
Alex Yusiuk
2025-08-27 05:03:01 -04:00
committed by GitHub
parent a996d02a66
commit 76e4ac230a
+1
View File
@@ -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