Skip to content

Commit

Permalink
Leave a few notes in the lint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Mar 15, 2024
1 parent 9d4ccfb commit c89e029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ rustflags = [
"-Dclippy::needless_collect",
"-Dclippy::or_fun_call",
# --- lint allow ---
"-A", "clippy::comparison_chain",
# TODO: burn down these allow exceptions and then deny them
"-A", "clippy::type_complexity",
"-A", "clippy::too_many_arguments",
"-A", "clippy::needless_range_loop",
"-A", "clippy::comparison_chain",
]

[target.x86_64-unknown-linux-gnu]
Expand Down

0 comments on commit c89e029

Please sign in to comment.