Skip to content

Commit 0951f76

Browse files
authored
Cargo.toml: drop config for collapsible_if
1 parent 4e68e67 commit 0951f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ unexpected_cfgs = { level = "warn", check-cfg = [
720720
unused_qualifications = "warn"
721721

722722
[workspace.lints.clippy]
723-
collapsible_if = { level = "allow", priority = 127 } # remove me
724723
# The counts were generated with this command:
725724
# cargo clippy --all-targets --workspace --message-format=json --quiet \
726725
# | jq -r '.message.code.code | select(. != null and startswith("clippy::"))' \

0 commit comments

Comments
 (0)