rust-clippy
https://github.com/rust-lang-nursery/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code
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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- New lint: function takes slice and treats it as an array
- New lint: Puncuate end of sentences.
- 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
- New lint: early return variables
- clippy::default_trait_access suggests solution that won't compile
- De Morgan any / all
- checking for short writes (programmer uses write instead of write_all)
- Warn if error message doesn't conform to style guideline
- Docs
- Rust not yet supported