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 supported27 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- Add generic `allow-in-tests` configuration
- `assert_is_empty` must take size into consideration
- Add `unchecked_non_zero` lint
- New lint: Suggests using `Cell<T: Copy>` instead of `RefCell<T: Copy>`
- `redundant_field_names` triggered on derived code
- Add `allow-panic-in-result-fn-in-tests` configuration
- New lint: `manual_next_multiple_of`
- Use `is_from_proc_macro` instead of using snippet
- `chunks_exact_to_as_chunks` MachineApplicable suggestion doesn't compile
- Moved lints from strings to methods
- Docs
- Rust not yet supported