#clippy #cargo-check #cargo #subcommand #linter #check

yanked cargo-clippy

A subcommand for cargo to perform linting on cargo projects. Can be used as a substitution for cargo-check.

Uses old Rust 2015

0.2.2 Feb 17, 2016
0.2.1 Feb 15, 2016
0.2.0 Feb 15, 2016
0.1.1 Feb 15, 2016
0.1.0 Feb 15, 2016

#19 in #cargo-check

Download history 65/week @ 2024-03-31

65 downloads per month

Apache-2.0

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.

No runtime deps