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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Warn against having multiple `impl` blocks for the same struct and with the same bounds(?)
- mistyped_literal_suffixes triggered for any integer that ends with _8 _16 _32 _64
- cargo clippy --fix doesn't remove dead code
- Warn on &mut to a temporary value
- `equatable_if_let` suggests wrong code when it involves a reference
- `unnecessary_cfg_test`
- Suggest: documents about working according to msrv in web site.
- `nonminimal_bool` suggestions missing required parenthesis
- invalid_null_ptr_usage lacks explanation
- IIFE false positive when temporary lifetimes are involved
- Docs
- Rust not yet supported