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
- Missing documentation for `inline` attribute
- elide zero-check for integral dividend
- Lint suggestion: Replace `.chars().enumerate()` with `.char_indices()` when index is used in subsequent string slice operations
- clippy suggests a change (use of iterator flatten) which it reports as an error if implemented
- Simplifying long if-nested-else chains fails
- manual_map false positive, disregards ownership rules on Option types
- Enforce which link types can be used
- cargo clippy --fix disrespects `#[cfg()]` attr
- New lint suggestion: `iter_copied_too_late`
- Apply format lints to format-like macros from other crates (e.g. log::log!)
- Docs
- Rust not yet supported