Cargo Clippy

Cargo Clippy

rootwarp 3bdcdec 422 B Updated

File contents

/cargo-clippy

Run Clippy linter on the Rust project.

Instructions

Run Clippy to check for common mistakes and improvements:

cargo clippy

For stricter checking (deny all warnings):

cargo clippy -- -D warnings

To fix automatically fixable issues:

cargo clippy --fix

Analyze any lint warnings or errors and suggest fixes.

rootwarp/claude-code-plugins-monorepo/tree/main/plugins/rust/skills/cargo-clippy commit 3bdcdecf47

Frequently asked questions

npx skillmds@latest add rootwarp/cargo-clippy