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
- New lint that suggests using `addr_of!` instead of `&x as *const _`
- Recommend <collection type>::from
- A new lint to remove unneeded arg referencing in a format!
- Lint to check unnecessary trait bounds
- async_yields_async with tokio: compile denied by clippy but rustc ok, probably not ICE but false positive
- Enforce single `impl` block
- Performance lint against retrofit SIMD implementations?
- `SeekFrom::End` should take a non-positive number
- New lint suggestion: You're using a blocking operation when you could be using an async one
- useless_asref dosent understand ` &mut &'a`.
- Docs
- Rust not yet supported