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 supported24 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Allow `absolute_paths` to be configured based on occurrence
- Resolve false positive `useless_asref` on `Result`
- Fix false positives in duration_suboptimal_units for small literals
- Make `collapsible_if` to cover nested `if`s with identical `else`
- Extend `collapsible_if` to cover nested `if`s with identical `else`
- -D warnings is ignored when running with --fix
- Clear collection reassignment
- False positive for `clippy::needless_borrows_for_generic_args`
- feat: add lint for ignored format precision on non-float types
- feat: make `unused_format_specs` catch width issues
- Docs
- Rust not yet supported