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
- Various infalliable patterns in `clippy::redundant_pattern_matching`
- `missing_asserts_for_indexing`: false positive when length is compared with `const` value
- `mut_mutex_lock`: FP on `struct.mutex` where `struct` is behind `&`
- More complex complexity check(s)
- Suggest to inline string and char literals in `uninlined_format_args`
- `clippy::missing_safety_doc` triggers on `cxx::bridge`-generated code
- Enhance `needless_collect` to cover ".join"
- New lint: `collapsible_late_initialization`
- allow-unwrap-in-tests does not work in unit test that are also gated by a feature flag
- False negative of `empty_docs` when processing proc-macros
- Docs
- Rust not yet supported