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
- Incorrect `needless_range_loop` warning with a 2-dimensional array
- pub keyword incorrectly highlighted as changed in suggestion for must_use_candidate
- fix(map_clone): avoid suggestions after type-changing coercions
- Respect inline allows in needless_pass_by_value
- fix(filter_map_bool_then): don't lint on conflicting captures
- Clippy does not respect inline #[allow(…)] attribute
- feat: add `cow_to_owned` lint
- `assert_is_empty` could catch non-`PartialEq` cases in Rust >= 1.96.0
- `assert_is_empty` could catch every other collection in `std::collections`
- Fix suggestions for borrowed fields
- Docs
- Rust not yet supported