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
- New lint suggestion: disallow reexporting non-owned imports
- Prefer *_chunk APIs for extracting arrays from slices
- `iter_over_hash_type` should lint `hashbrown` types and/or be configurable
- struct_excessive_bools for different reasons?
- `uninlined_format_args` false negatives
- unawaited async lock guards
- FP redundant_iter_cloned on collecting async block capture reference
- warn when using vec![_; 0] instead of vec![0; _] or vec![]
- assertions_on_constants is falsely reported on is_x86_feature_detected depending on target-cpu configuration
- `doc_paragraphs_missing_punctuation` fires when embedding linked images
- Docs
- Rust not yet supported