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
- `unnecessary_safety_comment` and `undocumented_unsafe_blocks` visit the same comment twice
- into_iter_on_ref autofix fails
- `transmute-ptr-to-ptr` suggested path does not work
- `mut-mut` causes type error
- `mut-mut` may remove required lifetime
- `missing_transmute_annotations` has containing fn name in suggestion (such as `main`) which fails to resolve
- fix(extra_unused_type_parameters): don't suggest an autofix
- Refactor `unnecessary_{option,result}_map_or_else` and merge implementations
- tuple_array_conversions simple conflict with rust-lang
- Audit uses of `sym::cfg` and `sym::cfg_attr` (some ought to be replaced with `sym::cfg_trace` and `sym::cfg_attr_trace` resp.)
- Docs
- Rust not yet supported