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
- Fix one `clippy_utils::ast_utils` `todo!()`
- Warn on missing `edition` field in Cargo.toml
- Rework `expr_use_ctxt` into an iterator over successive use sites.
- Add new lints: [`method_shadow_field`, `method_shadow_public_field`]
- Detect integration tests in `is_in_test`
- Doesn't trigger for slice.to_owned/to_vec calls which then passed as a slice
- `bad_bit_mask` does not handle unsigned bit shift overflow
- Fixed two macro expansion FPs and added tests
- Truncate constants to target type in comparison
- Generalize `extend_with_drain` to `VecDeque` and `BinaryHeap`.
- Docs
- Rust not yet supported