mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 08:27:14 +00:00
0fe6003dff
The crates.io page of clippy still suggest to install `clippy-preview` instead of `clippy` I think it's time to change this. Thanks to the Stuttgart Meetup for discovering this!
9 lines
331 B
Markdown
9 lines
331 B
Markdown
Installing clippy via crates.io is deprecated. Please use the following:
|
|
|
|
```terminal
|
|
rustup component add clippy
|
|
```
|
|
|
|
on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing clippy binary.
|
|
|
|
See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information
|