Skip to content

Commit

Permalink
Remove lint exception for type complexity.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Mar 15, 2024
1 parent c705be8 commit 61a07e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ rustflags = [
# --- lint allow ---
"-A", "clippy::comparison_chain",
# TODO: burn down these allow exceptions and then deny them
"-W", "clippy::type_complexity",
"-A", "clippy::too_many_arguments",
"-A", "clippy::needless_range_loop",
]
Expand Down

0 comments on commit 61a07e5

Please sign in to comment.