summaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-20 16:41:08 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-20 16:41:08 +0200
commitbc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb (patch)
tree5104078cf5342c13015f279b96fd4ab1c01c9c11 /.cargo
parentf137d71e8fb926e784680d56d1cfa6817c3710a1 (diff)
downloadiced-bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb.tar.gz
iced-bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb.tar.bz2
iced-bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb.zip
Fix `cargo nitpick` alias
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml1
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 \