Enable collapsible-if lints

This commit is contained in:
Piotr Osiewicz 2025-08-19 14:23:48 +02:00
parent 2fb89c9b3e
commit 5826d89b97

View file

@ -830,6 +830,7 @@ module_inception = { level = "deny" }
question_mark = { level = "deny" }
redundant_closure = { level = "deny" }
declare_interior_mutable_const = { level = "deny" }
collapsible_if = { level = "warn"}
needless_borrow = { level = "warn"}
# Individual rules that have violations in the codebase:
type_complexity = "allow"