From 76e4ac230a998efea143c8c3c5d8b059d083cebb Mon Sep 17 00:00:00 2001 From: Alex Yusiuk <55661041+RRRadicalEdward@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:03:01 +0300 Subject: [PATCH] chore: add `precedence_bits` clippy correctness lint (#942) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 05352f5f..f240aaa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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