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
- Regression in `unwrap_or_default` lint around `vec!` macro
- Fix the `default_trait_access` lint to suggest the valid relative path to the local type implementing `Default`
- `collapsible_match` FN on if let chain
- Allow `absolute_paths` to be configured based on occurrence
- Resolve false positive `useless_asref` on `Result`
- 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`
- Docs
- Rust not yet supported