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
- Lint for locals living through yield points even though they're not used anymore
- New lint: unnecessary use of std::ptr::read_unaligned() with slices
- New lint: mutating implicit copy of const
- New lint: Unnecessary use of std::ptr::{copy,copy_nonoverlapping} with slices
- New lint: Unnecessarily complex types
- bad `match_ref_pats` suggestion.
- New lint: `_.as_ptr() as *mut _` is Undefined Behavior
- uninit_assumed_init lint does not recognize trivial misuse
- Lint using blocks in compound expression operators
- debug_assert_with_mut_call: false positive on immutable method call
- Docs
- Rust not yet supported