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 supported23 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `multiple_crate_versions` false negative in source repo but not as dependency
- `bad_bit_mask` triggers on expressions containing consts defined as `const _: _ = if cfg!(_) { 0 } else { 1 };`
- Add `legacy_str_from_utf8`
- `while_let_loop` suggestions should be auto-fixable
- [WIP] Remove expect collapsible_span_lint_calls from span_lint_and_then
- Warn that `v.into_iter().take().collect::<Vec<_>>()` might not release `v`'s memory
- `unnecessary_safety_comment` and `undocumented_unsafe_blocks` visit the same comment twice
- into_iter_on_ref autofix fails
- `transmute-ptr-to-ptr` suggested path does not work
- `mut-mut` causes type error
- Docs
- Rust not yet supported