rust-clippy/clippy_dummy/crates-readme.md

10 lines
331 B
Markdown
Raw Normal View History

Installing Clippy via crates.io is deprecated. Please use the following:
2018-10-01 20:03:07 +00:00
```terminal
rustup component add clippy
2018-10-01 20:03:07 +00:00
```
on a Rust version 1.29 or later. You may need to run `rustup self update` if it complains about a missing Clippy binary.
2018-10-01 20:03:07 +00:00
See [the homepage](https://github.com/rust-lang/rust-clippy/#clippy) for more information