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
- clippy::option_if_let_else suggests hard code
- Lint suggestion: Path construction using format!
- Suggest: documents about working according to msrv in web site.
- `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
- Lint against shadowing the prelude
- `clippy::return_self_not_must_use` is overreaching
- [ptr_arg] writing `&Vec<_>` instead of `&[_]` has a important performance impact (~20%)
- Docs
- Rust not yet supported