rust-clippy
https://github.com/rust-lang/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported21 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Make `suspicious_arithmetic_impl` understand multiplicative inverses
- Unused format string literals (string interpolation)
- Swap Visitors to early exit, instead of storing poison flag
- Expand unnecessary_literal_bound to literal arrays and slices
- Handle `Option::map_or(true, …)` in `unnecessary_map_or` lint
- Clippy fix makes breaking change on warning: usage of `contains_key` followed by `insert` on a `HashMap`
- Fix needless_match FP on if-lets
- fix: `identity_op` suggestions use correct parenthesis
- `pub` in executable modules
- use_crate_prefix_for_self_imports
- Docs
- Rust not yet supported