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
- struct fields that can be reordered to avoid clones during struct init
- `redundant_closure` suggested fix fails to compile due to lifetime requirements
- Add new lint, checking for `.to_string().parse().unwrap()`
- `unneeded_struct_pattern` triggers when matching 3rd-party crate's variant with `{ .. }`
- [feat] report unused feature
- `bad_bit_mask` is misguided and the documentation is misleading & unnecessarily combative
- `clippy::non_canonical_partial_ord_impl` warns for canonical forwarding implementation
- Spot the next_multiple_of coding pattern
- Feature request: `allow-unwrap-in-tests` should allow `unwrap_err`
- Lint on hashing fat pointers
- Docs
- Rust not yet supported