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
- 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`
- `unfulfilled_lint_expectations` is incorrectly being triggered by `expect(clippy::let_and_return)`
- `clippy::redundant-async-block` causes lifetime mismatch
- `zero_repeat_side_effects` generic type needed
- `search_is_some` with `matches!` does not work out
- `print_literal` suggestion fails if we use unicode for { }: \x7B \x7D
- Don't lint rustfmt deprecated_cfg_attr on expr
- Docs
- Rust not yet supported