rust-clippy
https://github.com/rust-lang/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
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
- Lint leaky Drop impls that do nothing but drop items in a loop
- New lint: Use `Into`/`TryInto` in bounds as opposed to `From`/`TryFrom`
- 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
- skip_next should add applicable suggestion
- Docs
- Rust not yet supported