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
- New lint: noop_as
- Consider renaming `cargo dev setup intellij` command to `cargo dev setup rustrover`
- `regex_creation_in_loops` fires even if a regex compilation is followed by `break`.
- significant_drop_tightening false positive on loops
- `uninlined_format_args` downgraded back to pedantic in 1.89.0 after upgrade in 1.88.0, no corresponding release notes
- clippy suggested fix produces a compile error
- needless_range_loop does not trigger if array being indexed is in a struct
- Unable to suppress `clippy::arbitrary_source_item_ordering`
- clippy::cast_possible_truncation - false reports on statically calculated constants
- #[deprecated()] attribute is not working as expected with clippy
- Docs
- Rust not yet supported