Skip to content

Commit

Permalink
Ignore clippy::extra-unused-type-parameters lint triggered by `stat…
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Feb 14, 2023
1 parent 9d17b4d commit 6bab554
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
rustflags = [
"-Zproc-macro-backtrace",
# TODO(mingwei): Need rust-analyzer support:
# https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html#whats-in-1671-stable
"-Aclippy::uninlined-format-args",
# TODO(mingwei):
# https://github.com/nvzqz/static-assertions-rs/issues/53
# https://github.com/rust-lang/rust-clippy/issues/10318
"-Aclippy::extra-unused-type-parameters",
]

0 comments on commit 6bab554

Please sign in to comment.