]> git.lizzy.rs Git - rust.git/blob - clippy_dummy/crates-readme.md
Clippy: Don't import GenericParamDefKind
[rust.git] / 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