Open
Description
Here's the statistics of the Clippy issues to see which may need to be fixed. I excluded bindgen-integration
and tests_expectations
as they seem to have some other issues.
echo '|count|lint|' && echo '|---|---|' && \
cargo clippy --all-targets --workspace --exclude bindgen-integration --exclude tests_expectations --message-format=json --quiet -- -W clippy::pedantic \
| jq -r '.message.code.code | select(. != null and startswith("clippy::")) | "| [" + . + "](https://rust-lang.github.io/rust-clippy/master/index.html#" + .[8:] + ") |"' \
| sort | uniq -c | sort -h -r | sed 's/^/|/'
Metadata
Metadata
Assignees
Labels
No labels