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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `unused_async` false positive when await statement is behind a feature flag
- New lint: `needless_partial_cmp`
- Lint to detect unneeded `// PANIC: ...` comments
- new lint: `workspace_dependencies`
- `// CAST: ...` comment on `as` casts
- Lint to detect unneeded `// CAST: ...` comments
- Restriction lint for inline modules, or nested inline modules
- Suggestion from needless_range_loop removes too many array index operations
- Rename (and combine) `unnecessary_option_map_or_else` and `unnecessary_result_map_or_else`
- const assert in struct is not always evaluated
- Docs
- Rust not yet supported