mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 04:56:58 +00:00
![flip1995](/assets/img/avatar_default.png)
The crates.io page of clippy still suggest to install `clippy-preview` instead of `clippy` I think it's time to change this. Thanks to the Stuttgart Meetup for discovering this!
331 B
331 B
Installing clippy via crates.io is deprecated. Please use the following:
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 for more information