[TOOL_PROFILE]
cargo-clippy
Rust linter distributed as a Cargo subcommand.
lint lang: rust
[USE_WHEN]ALLOW
- ✓ Run Rust lint checks
[AVOID_WHEN]BLOCK
- ✕ The current project is not a Rust crate or workspace
[GUARDRAILS]MANDATORY
- ⚠ Run clippy from the workspace root when Cargo.toml defines a workspace.
[DETAILS]RAW_META
- Binary
- cargo-clippy
- Effects
- execute_code, read_files
- Documentation
- https://doc.rust-lang.org/clippy/
[SIMILAR_TOOLS]03