We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e68e67 commit 0951f76Copy full SHA for 0951f76
Cargo.toml
@@ -720,7 +720,6 @@ unexpected_cfgs = { level = "warn", check-cfg = [
720
unused_qualifications = "warn"
721
722
[workspace.lints.clippy]
723
-collapsible_if = { level = "allow", priority = 127 } # remove me
724
# The counts were generated with this command:
725
# cargo clippy --all-targets --workspace --message-format=json --quiet \
726
# | jq -r '.message.code.code | select(. != null and startswith("clippy::"))' \
0 commit comments