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 supported26 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- New lint: `disallowed_trait_usage`
- Extend documentation on snippets
- Update toml to v1
- Update itertools to 0.15
- Add clippy lint: `use_destructuring`
- Optimize `nonstandard_macro_braces` by 99.9683% [1.1b -> 351K]
- New lint: `bitwise_not_zero`, rewrite `!0` as `{int}::MAX`
- ci: Node.js 20 actions are deprecated
- False Negative, regression: `useless_conversion` not reported on `.any()`
- find_all_ret_expressions: change `bool` to `Result`
- Docs
- Rust not yet supported