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
- Suggest `pub extern foo;` if any part of `foo` is in this crate's public API
- Analyze HIC++ and figure out if we are missing some important lints
- FN: useless format: formatting PathBuf.display()
- lint `get` vs `index` dissonance
- Warn on transmutes that could use pre-defined methods instead
- Lint `!any(==)` and similar
- Lint request: Prevent lifetimes that are only used for function output
- Lint for non named constants (magic numbers)
- Should we lint things that would get fixed by rustfmt anyway?
- Tracking issue for RFC 2476, Clippy 1.0
- Docs
- Rust not yet supported