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
- Clean up `const_float_classify` leftovers
- Incorrect infinite loop detection when using breakpoint labels and continue
- Detect `.map_or(false, f)` in `manual_is_variant_and` lint
- Cleanup `const_float_classify`
- Check for needless raw strings in `format_args!()` template as well
- CI: check that new lints use the correct stabilization version
- Wrong unused_result_ok version
- lint agains using `pub(crate)` in the crate root
- duplicated_attributes erroneously reports when two different attributes have the same reason text
- `needless_raw_strings`, `needless_raw_string_hashes`: False negative with macros
- Docs
- Rust not yet supported