| Crates.io | cargo-clippy |
| lib.rs | cargo-clippy |
| version | 0.2.2 |
| created_at | 2016-02-15 08:21:49.87811+00 |
| updated_at | 2016-02-17 04:05:07.233255+00 |
| description | A subcommand for cargo to perform linting on cargo projects. Can be used as a substitution for cargo-check. |
| homepage | https://github.com/White-Oak/cargo-clippy |
| repository | https://github.com/White-Oak/cargo-clippy |
| max_upload_size | |
| id | 4180 |
| size | 3,255 |
A subcommand for cargo that can be used similar to cargo check. Clippy is a powerful linter for Rust.
cargo install cargo-clippy
cargo clippy
cargo-clippy clones git repo of clippy to your $CARGO_HOME (or ~/.cargo if none set) and builds it when you install cargo clippy, it takes time.