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
- Elide lifetime in trait
- `needless_return` false positive in match arm
- disallow `from_exposed_addr(ptr.addr())`
- `clippy::only_used_in_recursion` considers `self`, but `unused_variables` does not
- Check that ffi functions override libc or other global namespace C functions
- Clippy seems to break incremental compilation
- allow() fails when other warnings trigger (possibly on macro)
- `unsafe_derive_deserialize` fires for `unsafe` blocks in associated constants
- `unsafe { ffi(generic_bytes.as_ref().as_ptr(), generic_bytes.as_ref().len()) }` trusts `AsRef` impl
- match_bool with named consts should be considered idiomatic
- Docs
- Rust not yet supported