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
- Do the opposite of `let_and_return`
- `cast_sign_loss` doesn't recognize positivity guarantees
- lint for integer overflow, especially in release mode
- `filter_map_identity` FN on `&Option` and other non-identity functions
- Separate lint needless_lifetimes for types with multiple lifetimes
- Manual char string search pattern
- collection_is_never_read misfires on #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
- Check for possible silently passing invalid tests by making sure some sort of `panic!` exists in tests
- Ban Stacked `if`'s
- Build fails: failed to resolve: use of undeclared type `CoroutineKind`, etc
- Docs
- Rust not yet supported