rust-clippy
https://github.com/rust-lang-nursery/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code
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
- 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
- `await_holding_lock` lint is erroneously triggered when the guard is explicitly dropped before the await.
- New lint: potentially unwinding caller-supplied operators in `unsafe` code
- Clippy stops working after printing its version
- Docs
- Rust not yet supported