]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/clippy_dummy/crates-readme.md
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / clippy_dummy / crates-readme.md
CommitLineData
f20569fa
XL
1Installing clippy via crates.io is deprecated. Please use the following:
2
3```terminal
4rustup component add clippy
5```
6
7on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing clippy binary.
8
9See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information