Uses old Rust 2015
0.2.2 |
|
---|---|
0.2.1 |
|
0.2.0 |
|
0.1.1 |
|
0.1.0 |
|
#21 in #cargo-check
4KB
63 lines
cargo-clippy
A subcommand for cargo
that can be used similar to cargo check
. Clippy is a powerful linter for Rust.
Instalation
cargo install cargo-clippy
Usage
cargo clippy
Additional info
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.