diff options
author | 2023-09-20 16:41:08 +0200 | |
---|---|---|
committer | 2023-09-20 16:41:08 +0200 | |
commit | bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb (patch) | |
tree | 5104078cf5342c13015f279b96fd4ab1c01c9c11 /.cargo | |
parent | f137d71e8fb926e784680d56d1cfa6817c3710a1 (diff) | |
download | iced-bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb.tar.gz iced-bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb.tar.bz2 iced-bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb.zip |
Fix `cargo nitpick` alias
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index e3e32033..3e02dda8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -23,6 +23,7 @@ nitpick = """ clippy --workspace --no-deps -- \ -D warnings \ -D clippy::pedantic \ + -A clippy::type_complexity \ -A clippy::must_use_candidate \ -A clippy::return_self_not_must_use \ -A clippy::needless_pass_by_value \ |