diff --git a/Cargo.toml b/Cargo.toml index 79c7cc4..ef673cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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::"))' \