rust-clippy
https://github.com/rust-lang/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
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 supported23 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `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
- clippy::multiple_crate_versions ignores selected dependency crate features (no-default-features)
- On slices and vectors, encourage slice operations instead of iterator methods like `nth` or `skip`
- Clippy fix for unnecessary type cast causes compile error
- `unfulfilled_lint_expectations` is incorrectly being triggered by `expect(clippy::let_and_return)`
- Docs
- Rust not yet supported