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 supported22 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `declare_interior_mutable_const` (and `borrow_interior_mutable_const`?) should probably use `Freeze`
- Lint againts items with the same names as their modules
- add a preferred fix for `cast_possible_wrap` description
- Add `--allow-no-vcs` to `cargo dev dogfood --fix`
- Changelog for Clippy 1.85 🦜
- Collapse `if` and `if let` chains in Clippy itself
- struct fields that can be reordered to avoid clones during struct init
- fix: `collapsible_match` suggests ref/derefs when needed
- `comparison_chain`: `style` → `pedantic`
- `redundant_closure` suggested fix fails to compile due to lifetime requirements
- Docs
- Rust not yet supported