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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- clippy::question_mark suggests code that is semantically different to the original
- Needless call of to_vec() on temporary Vec
- `redundant_closure` false positive, extern fn
- False positive/invalid suggestion from needless_pass_by_value when capturing Copy fields in 2021
- Manual map 2021 false negative
- expand "missing safety docs" to apply to function pointer type aliases.
- clippy::redundant_pub_crate ignores glob export
- Clippy contains about useless .into() in macro generated code
- `mismatched_target_os` false negative when using the `cfg` macro instead of the attribute.
- Extend unnecessary_lazy_evaluations to more combinators
- Docs
- Rust not yet supported