Apply new lints to ourselves

This commit is contained in:
2024-11-10 19:43:58 +01:00
parent f1f4ea0a47
commit e41721d05d

View File

@@ -42,6 +42,7 @@ too_many_arguments = "allow"
# style overrides # style overrides
new_without_default = "allow" new_without_default = "allow"
redundant_closure = "allow"
# cargo overrides # cargo overrides
multiple_crate_versions = "allow" multiple_crate_versions = "allow"