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 supported26 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `map_entry` lint fires even when else block takes ownership of key
- Lint to detect empty comments within docs ("`//` within `///`")
- assertions_on_constants
- IIFE closure extension temporary value
- Fix cast_sign_loss false positive for float to uint casts
- `self_named_module_files`: Enforce consistent naming for leaf modules
- fix(`bad_bit_mask`): don't lint on `#[cfg]`-d consts
- Lint `ref_option` ignores methods on public structs
- feat(question_mark): lint `if let Some(_) = _ { ..; _ } else { None }` as final expr
- `// PANIC` comment on panic-able calls
- Docs
- Rust not yet supported