2024-06-03 20:46:05 +01:00
|
|
|
Installing Clippy via crates.io is deprecated. Please use the following:
|
2018-10-01 22:03:07 +02:00
|
|
|
|
|
|
|
```terminal
|
2019-07-26 21:01:18 +02:00
|
|
|
rustup component add clippy
|
2018-10-01 22:03:07 +02:00
|
|
|
```
|
|
|
|
|
2024-06-03 20:46:05 +01:00
|
|
|
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-10-01 22:03:07 +02:00
|
|
|
|
2018-11-22 04:40:09 +01:00
|
|
|
See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information
|