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
- Suggest removing `if let` mapping to identity instead of suggesting the use of `map` and the remval in separate steps
- return_self_not_must_use strange interaction with trait methods
- Warn on probably incorrect usage of atomic `atomic.store(atomic.load() op n)`
- Add a feature to enable/disable external crates in uitests
- `--tests` is not listed in the clippy options
- Failed to recover key for crate_hash(7b325c0bcf1c8f7e-78e92a3d885642c8) with hash 7b325c0bcf1c8f7e-78e92a3d885642c8
- Lint to warn when you are calling methods that can panic or send errors but don't return Result<T, U> or Option<T>
- Flag duplicate constraints
- Useless format!/to_string in argument of function accepting fmt::Display
- Suggest extend over for_each for element insertion
- Docs
- Rust not yet supported