cargo-clippy

Crates.iocargo-clippy
lib.rscargo-clippy
version0.2.2
sourcesrc
created_at2016-02-15 08:21:49.87811
updated_at2016-02-17 04:05:07.233255
descriptionA subcommand for cargo to perform linting on cargo projects. Can be used as a substitution for cargo-check.
homepagehttps://github.com/White-Oak/cargo-clippy
repositoryhttps://github.com/White-Oak/cargo-clippy
max_upload_size
id4180
size3,255
Oak (White-Oak)

documentation

README

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.

Commit count: 0

cargo fmt