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
- `unused_unit` suggestion includes blank lines
- New lint: `missing_must_use`
- Implement needless_partial_cmp
- Extend `assigning_clones` to cover `to_owned`-alike methods
- collapsible_match ignore "else" when fixing an if statement
- Fix FP in `default_numeric_fallback` when type is context-constrained
- Upgrade toml and itertools to latest versions
- Lint bit width
- `cargo clippy --fix` for `collapsible_match` sometimes causes compiler error with borrow mutability
- `enum_glob_use` suggestion doesn't match docs
- Docs
- Rust not yet supported