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 supported24 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Changelog for Clippy 1.95
- Warn on old editions when scrutinee is wrapped in a block
- `#[clippy::format_args]` does not support macros that adapt arguments
- `format_push_string` fix suggestion causes `clippy::write_with_newline` when the `format!` literal ends with a newline
- `unused_async` false positive occurs if at least one argument is provided for fn
- Fix `unused_async` FP for stubs with args
- unrealized closures "collectioninstance_var.iter.map()" can be flagged
- fixed match same arms for vertical tab
- Fix `for_kv_map` FN when using `iter` and `iter_mut`
- fix: suppress `from_over_into` when blanket From impl would conflict
- Docs
- Rust not yet supported