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
- Unable to suppress `clippy::arbitrary_source_item_ordering`
- clippy::cast_possible_truncation - false reports on statically calculated constants
- #[deprecated()] attribute is not working as expected with clippy
- `multiple_crate_versions` false negative in source repo but not as dependency
- `bad_bit_mask` triggers on expressions containing consts defined as `const _: _ = if cfg!(_) { 0 } else { 1 };`
- Add `legacy_str_from_utf8`
- `while_let_loop` suggestions should be auto-fixable
- Warn that `v.into_iter().take().collect::<Vec<_>>()` might not release `v`'s memory
- `unnecessary_safety_comment` and `undocumented_unsafe_blocks` visit the same comment twice
- into_iter_on_ref autofix fails
- Docs
- Rust not yet supported