chore: add rc_mutex clippy correctness lint (#945)

This commit is contained in:
Alex Yusiuk
2025-08-27 12:13:00 -04:00
committed by GitHub
parent 998ef87f96
commit 2c7f976ecf
+1
View File
@@ -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