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 supported21 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `float_cmp` could catch float literals in `match` expressions
- Confusing`try_fold` suggestion from Clippy
- False positive `significant-drop-tightening` with `tokioRwLockGuard.downgrade()`
- New lint: `doc_hidden_item_used`
- Panic when running `cargo clippy --all-targets` after protobuf change
- clippy::question_mark lint suggestion ignores function call inside else block
- `needless_range_loop` False positive when double indexing
- `unnecessary_sort_by` rule suggests using standard library in `no_std` program
- Another kind of manual map
- False positive on unnecessary_unwrap where more than one value gets checked then unwrapped
- Docs
- Rust not yet supported