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 supported21 Subscribers
Add a CodeTriage badge to rust-clippy
Help out
- Issues
- `clippy::obfuscated_if_else` fix fails
- test `to_string_in_format_args_incremental` fails in a read-only working directory
- clippy changes semantics when replacing unwrap_or_else with unwrap_or_default
- Clippy fix of redundant-closure-for-method-calls results in dual mutable borrow
- False positive with `clippy::unwrap_unsed` in integration tests with `allow-unwrap-in-tests=true` and helper function
- automatic fixing does not account for repeated clone() calls correctly
- Unnecessary `unwrap_unchecked`
- Enforce consistent way of referring to crate root
- incorrect_clone_impl_on_copy_type false positive when macro-generated code doesn't know whether the type is Copy
- `tuple_array_conversions` lint makes code less readable when slice is involved
- Docs
- Rust not yet supported