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
- `drop` on non-`Drop` types is useful defensive programming
- False positive on unnecessary_unwrap where more than one value gets checked then unwrapped
- WIP New lint: borrowed_option
- Disagreement with missing_panics_doc changes regarding `expect`
- Suggest using `as_mut()` and `as_ref()` instead of `(*ptr.as_ptr()).field` in unsafe Rust.
- Ignoring lints added after a given Rust version
- Uplift `undocumented_unsafe_blocks` to `pedantic`
- `single_range_in_vec_init` stronger than expected, when type is known
- Declaring a lint's configuration in the same file as its implementation
- False positive on redundant clone: borrow of moved value
- Docs
- Rust not yet supported