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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Clippy leaves cargo running in the background on SIGTERM
- New lint: creation of huge array on the stack
- Calling into_iter on an oversized array only triggers into_iter_on_ref
- Incorrect suggestion of `string_lit_as_bytes` lint
- Support for upcoming `param_attrs` feature
- Warn about `Mutex<()>`
- Improve the cognitive_complexity lint to show what lines are causing the complexity
- clippy::drop_ref will trigger on `&mut T` as well as `&T`
- Suggest binding to a tuple if possible in the `useless_let_if_seq` lint
- Find "dangerous" blocking constructs in async contexts (`.wait()`, `block_on`, etc.)
- Docs
- Rust not yet supported