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 supported21 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `self_named_module_files` does not find self named module files
- non_send_fields_in_send_ty seems to be misguided
- while_let_on_iterator should not trigger on borrowed iterators if the iterator is subsequently used.
- `manual_flatten` false positives with reference slices
- iter() -> into_iter()
- Allow specifying both project-wide and package-specific `clippy.toml` settings
- New lint for all/any after mapping to bool.
- suspicious-operation-groupings generates a false positive, suggested code doesn't even compile
- needless_range_loop produces code with different behaviour
- Split `suboptimal_flops` into smaller lints
- Docs
- Rust not yet supported