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
- [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
- `mut-mut` may remove required lifetime
- `missing_transmute_annotations` has containing fn name in suggestion (such as `main`) which fails to resolve
- fix(extra_unused_type_parameters): don't suggest an autofix
- tuple_array_conversions simple conflict with rust-lang
- Docs
- Rust not yet supported