]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_dummy/crates-readme.md
Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomez
[rust.git] / src / tools / clippy / clippy_dummy / crates-readme.md
1 Installing clippy via crates.io is deprecated. Please use the following:
2
3 ```terminal
4 rustup component add clippy
5 ```
6
7 on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing clippy binary.
8
9 See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information