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 supported27 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Lint suggestion: use `Path::is_empty()` instead of manual comparisons
- match_like_matches_macro does not lint on T-F-T-style matches
- Warn on manual implementation of `.pop_if()`
- `cargo clippy --explain LINT` only works on stable versions, regardless of which lint is passed
- Avoid invalid `if_then_some_else_none` suggestions in try blocks
- internal compiler error: unexpected rigid alias in layout_of after normalization
- Clippy ICE: unexpected rigid alias in layout_of after normalization
- Handle non-adjacent boolean arms in match_like_matches_macro
- fix(integer_division_remainder_used): also detect inherent division/r…
- ICE with next-solver and clippy::large_futures
- Docs
- Rust not yet supported