mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
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