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 against `quote::quote!`
- Tracking Issue: Prevent duplicate diagnostic emission of lints
- `use_self` does not notice Self with lifetimes
- `extra_unused_type_parameters` fires with `#![allow(unused)]`
- Expand `debug_assert_with_mut_call` to work for anything gated under `debug_assertions`
- multiple_bound_locations false positive: msrv < 1.15
- new lint: unnecessary_ref_mut
- clippy::useless_asref suggestion doesn't compile in 1.77.0
- Unneeded casts in a comparison
- redundant_pattern_matching failes to check whether contained value are used.
- Docs
- Rust not yet supported