rust-clippy
https://github.com/rust-lang-nursery/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code
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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Extend `collapsible_match` to cover `if-else`s
- Extend `collapsible_if` to cover nested `if`s with identical `else`
- Fix `unnecessary_safety_comment` FP on code blocks inside inner docs
- Enhance `collapsible_match` to cover if-elses
- `my_unsigned_num.max(0)` should warn
- borrow_deref_ref false positive on closure
- allow `deprecated(since = "CURRENT_RUSTC_VERSION")`
- unnecessary_safety_comment wrongly complains about safety comment in doctest
- Suggested `cargo clippy --fix` command doesn't include lints enabled on command line
- -D warnings is ignored when running with --fix
- Docs
- Rust not yet supported