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::identity_op for int.pow(1)
- `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
- nonminimal_bool and is_x86_feature_detected
- Spot the next_multiple_of coding pattern
- Feature request: `allow-unwrap-in-tests` should allow `unwrap_err`
- `zero_len_vec_used` for iterating, using `vec.len()`, or slicing after `Vec::with_capacity`
- Lint on hashing fat pointers
- Docs
- Rust not yet supported