mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
Cargo.toml: remove a clippy config
This commit is contained in:
@@ -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::"))' \
|
||||
|
||||
Reference in New Issue
Block a user