Cargo.toml: remove a clippy config

This commit is contained in:
oech3
2026-05-04 23:33:32 +09:00
committed by Guillem L. Jara
parent 5213c1e6fb
commit 94322bd759
-1
View File
@@ -85,7 +85,6 @@ unexpected_cfgs = { level = "warn", check-cfg = [
unused_qualifications = "warn"
[workspace.lints.clippy]
collapsible_if = { level = "allow", priority = 127 } # remove me
# The counts were generated with this command:
# cargo clippy --all-targets --workspace --message-format=json --quiet \
# | jq -r '.message.code.code | select(. != null and startswith("clippy::"))' \