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
- Lint `unsigned - other_unsigned > 0`
- Warn when casting & to *mut when &mut is available.
- Lint for Min/Max If Statements
- immutable loop condition lint gives up on mutated upvars
- restriction lint: subcondition side-effects
- Use escape analysis to catch unnecessary heapification
- Non-lexical lifetimes
- Uses of trait objects that could be replaced with static polymorphism
- new lint for &str to String conversion
- Shadowing an immutable binding to a mutable one
- Docs
- Rust not yet supported