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
- Suggest using `as_mut()` and `as_ref()` instead of `(*ptr.as_ptr()).field` in unsafe Rust.
- Suggest to replace type parameter with impl
- new rule `unused_extract_if`
- Ignoring lints added after a given Rust version
- Lint against `#[no_mangle]` for non-`repr(C)` `pub static`s
- suggest `map` or `map_err` when only the `Ok()` or `Err()` values are changed, respectively, in a pattern match
- "impractical" const fn
- Uplift `undocumented_unsafe_blocks` to `pedantic`
- `single_range_in_vec_init` stronger than expected, when type is known
- incorrect_clone_impl_on_copy_type false positive on empty enum
- Docs
- Rust not yet supported