max / makenotwork
1 file changed,
+4 insertions,
-0 deletions
| @@ -44,3 +44,7 @@ struct_excessive_bools = "allow" | |||
| 44 | 44 | similar_names = "allow" | |
| 45 | 45 | items_after_statements = "allow" | |
| 46 | 46 | single_match_else = "allow" | |
| 47 | + | # Frequent false-positives in TUI/router-heavy code across the ecosystem. | |
| 48 | + | match_same_arms = "allow" | |
| 49 | + | unnecessary_wraps = "allow" | |
| 50 | + | type_complexity = "allow" |