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
- Have a lint against usize-to-u64 casts (or, against *all* integer casts)
- collapsible_if lint is confused by comments and sometimes deletes them with --fix
- The lint docs misrepresent trait `Drop`
- New lint suggestion: doctest doesn't use documented item
- `unused_io_amount` doesn't fire when UFCS is used
- `needless_collect` has no understanding of lifetimes
- Move data outside of `.filter_map` and false positve `unnecessary_filter_map`
- Suspicious comment (//) adjacent to doc comment (///)
- Fp with nonsense suggestion from type_repetition_in_bounds when using #[derivative]
- `or_fun_call` suggestion causing error on temporary value
- Docs
- Rust not yet supported