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
- `clippy::missing_safety_doc` triggers on `cxx::bridge`-generated code
- Enhance `needless_collect` to cover ".join"
- New lint: `collapsible_late_initialization`
- Add support for variant fields for `disallowed_fields` lint
- allow-unwrap-in-tests does not work in unit test that are also gated by a feature flag
- False negative of `empty_docs` when processing proc-macros
- 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?
- Docs
- Rust not yet supported