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
- `collapsible_match` suggestion incomplete
- `bad_bit_mask` is misguided and the documentation is misleading & unnecessarily combative
- Suggest integer_sign_cast usage
- Clippy fails to automatically fix issues for serde-json-core
- Move `uninlined_format_args` back to `style`
- `let_and_return` can generate code that does not compile when lifetimes are involved
- extend `obfuscated_if_else` to support `{then(), then_some()}.unwrap_or_else()`
- just_underscores_and_digits: fix false positive in error recovery scenario
- fix suggestion for assignments have enclosing parentheses under `needless_late_init`
- How to save a global data when I'm developing a new lint.
- Docs
- Rust not yet supported