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
- 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`
- Lint adjacent borrowed-slice temps in `unnecessary_to_owned`
- feat: detect `== 0` on unsigned types as a `manual_clamp` lower bound
- redundant_closure_for_method_calls: fix false positive with diamond dependencies
- Clippy gets confused with different crate versions and recommends breaking change
- Lint for source files being in subpackage/ rather than subpackage/src/, when workspace includes subpackage/Cargo.toml
- Docs
- Rust not yet supported