rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
About this project
Clippy A collection of lints to catch common mistakes and improve your Rust code. There are over 800 lints included in this crate! Lints are divided into categories, each with a default lint level. You can choose how much Clippy is supposed to annoy help you by changing the lint level by category. Category Description Default level --------------------------------------------------------------------------------------------------------------------------- clippy::all all lints that are on by default (correctness, suspicious, style, complexity, perf) warn/deny clippy::correctness code that is outright wrong or useless deny clippy::suspicious code that is most likely wrong or…
Technologies
Project health
GitHub
Reviews
Built by
Maintain rust-lang/rust-clippy? Claiming verifies admin access through your GitHub account and gives you control of this listing.