summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/clippy_dummy/crates-readme.md
blob: 0decae8b9103d680516a611f740b5d691ad7abba (plain)
1
2
3
4
5
6
7
8
9
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