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
- New lint: Unused temporary variable
- useless_asref message not accurate for mut slices
- False positive in trivially_copy_pass_by_ref where reference is used
- New lint: deriving Deserialize on a struct with &str
- unwrap_used lint fires for #[test]ing code
- reversed_empty_ranges false positive
- redudant_clone does not lint on async function calls
- New lint: Repetitive branches
- Imply #[allow(clippy::some_categories)] when #[automatically_derived] is encountered
- new lint: find length comparisons after access by index in ANDded if-chains
- Docs
- Rust not yet supported