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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- redundant_clone on enum cast
- `cast_precision_loss` warning is a bit misleading
- tracing
- Fix in clippy::unchecked_duration_subtraction produces unclearer panic
- Incorrect suggestion for `unnecessary_to_owned` when moving into `'static` closure
- Slight improvement for suggesting `is_ok()` and `is_err()` instead of `matches!()`
- 'rustc' panicked at 'Box<dyn Any>'. Error when making advent of code scripts
- False Positive for needless_collect with two mutable borrows
- `while_let_loop` should not be reported for empty match statements
- Warn for use of RawFd or AsRawFd in public interfaces
- Docs
- Rust not yet supported