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
- fn_to_numeric_cast_any should not warn cast to pointer
- "if not this separator or not that separator" misunderstanding
- needless_borrow false positives when borrowing a struct before calling a function on that struct
- nonminimal_bool and macros
- Make `single_range_in_vec_init` ignore type annotations, fn arguments and `ExprField`s
- Tracking Issue: lints that lint against `match` and `if-let`s should be more consistent
- arc_with_non_send_sync could indicate why inner type needs to become Send + Sync
- clippy::borrowed_box gives a a wrongly suggestion with std::mem::transmute
- Clippy incorrectly binds block expression in if, in if
- `crate_in_macro_def` has to be ignored if `crate::` is intended, and the lint is not MachineApplicable
- Docs
- Rust not yet supported