CLI / cargo subcommand with extra lints for rust projects.
- Workspace dependencies with redundant
features
already present in root. - Workspace dependencies with redundant
default-features
set. - Unused workspace dependencies.
Run it in a cargo project to view lints, if any.
cargo ab-lint
To apply fixes:
cargo ab-lint --fix
Latest release
cargo install cargo-ab-lint
Latest code direct from git
cargo install --git https://github.com/alexheretic/cargo-ab-lint
Maintained with latest stable rust.