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 supported23 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- False "missing_const_in_fn" for a function that consumes `self`
- clippy::option_if_let_else suggests hard code
- Lint suggestion: Path construction using format!
- map_clone should not suggest copied() for MSRV < 1.36
- `or_fun_call` isn't always a performance lint
- Add lint `could_be_unsized`
- Detect redundant always successful `assert_eq!`
- iter_with_drain false positive when vec capacity should be retained
- `unnecessary_lazy_evaluations` does not take cost of expression into account
- Thoroughly investigate transmute_undefined_repr
- Docs
- Rust not yet supported