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 supported21 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Add `cast_known_wrap` for known bad casts in const contexts (`cast_possible_wrap`)
- Graduate manual_string_new to clippy::style
- warn transmute about non-exhaustives
- Unexpected false positive `await_holding_lock` with `future-parking_lot` crate.
- FP: `map_clone` suggest clone, which changes the output type
- `cargo clippy --fix` doesn't fix `uninlined_format_args` in build scripts
- Typical `length - 1` can make Rust panic
- clippy --fix now errors on untracked files
- Enhance redundant_clone for moved struct fields
- Diverging subexpression lint should not fire on `todo!()`
- Docs
- Rust not yet supported