mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
339 B
339 B
Installing clippy via crates.io is deprecated. Please use the following:
rustup component add clippy-preview
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