Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 331 Bytes

crates-readme.md

File metadata and controls

9 lines (6 loc) · 331 Bytes

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