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 supported21 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `must_use_candidate` has faulty checking for side-effects
- [Pattern_type_mismatch] clippy encouraging to dereference, but not needed.
- `unnecessary_to_owned` false positive when iterating over `Copy` types.
- FP `deref_addrof`
- `must_use_unit` fails to apply if it's one of many attrs
- Remove unnecessary type from a typed literal
- Suggest replacing str::split with empty pattern with str::chars
- items_after_statements shouldn't fire when const has no name
- False positive of `just_underscores_and_digits` when missing R_ANGLE when ending type prameters
- unnecessary_unwrap not produced in 1.76
- Docs
- Rust not yet supported