Closed chenyukang closed 7 months ago
Use bash script with pattern match to check unused crates seems slow and not easy to maintain, cargo-shear is a better tool for this task.
While it has false positive warnings caused by macros, we can add them to the ignored list.
What's Changed:
cargo-shear
devtools/ci/check-cargotoml.sh
owner/repo
Tests
None: Exclude this PR from the release note.
What problem does this PR solve?
Use bash script with pattern match to check unused crates seems slow and not easy to maintain, cargo-shear is a better tool for this task.
While it has false positive warnings caused by macros, we can add them to the ignored list.
What is changed and how it works?
What's Changed:
cargo-shear
intodevtools/ci/check-cargotoml.sh
Related changes
owner/repo
:Check List
Tests
Release note