Skip to content

arcnmx/cargo-clippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-clippy

travis-badge license-badge

cargo clippy runs clippy on the current project. This is a fork of cargo-check.

You may also pass additional parameters, like so:

cargo clippy --release -- -Dclippy -Wclippy_pedantic

NOTE: requires nightly Rust.

Installation

First compile with cargo build --release, then add target/release/cargo-clippy into your $PATH.

WARNING: simply copying it is not enough; you must specifically add the directory to your path, or use a symbolic link instead.

Releases

No releases published

Packages

No packages published

Languages