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
- Warn of obscure floating-point literals
- Redundant trait bound
- Warn about struct patterns being used as a replacement for variable types
- New lint: manual_memmove
- New lint: function takes slice and treats it as an array
- New lint: Puncuate end of sentences.
- needless_question_mark not ignored properly when implicitly returned
- needless_borrow suggestion doesn't go far enough
- dead_code lint is triggered when a field is only used in Debug impls
- len_zero false negative for default implementations of `is_empty` in traits
- Docs
- Rust not yet supported