2018-10-01 15:03:07 -05:00
|
|
|
Installing clippy via crates.io is deprecated. Please use the following:
|
|
|
|
|
|
|
|
```terminal
|
|
|
|
rustup component add clippy-preview
|
|
|
|
```
|
|
|
|
|
|
|
|
on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing clippy binary.
|
|
|
|
|
2018-11-21 21:40:09 -06:00
|
|
|
See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information
|