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
- map_clone should not suggest copied() for MSRV < 1.36
- `transmutes_expressible_as_ptr_casts` does not detect reference-to-usize transmutes
- feature request: passing File::open value to where Write is expected
- Implementing default with default - recursion
- let_and_return FP on ugly async Send workaround
- Clippy pedantic for f64 as u64
- Prefer `.iter()` to implicit `IntoIterator` impl of `&(mut) {Collection}`
- box_collection lint shouldn't trigger when used in `extern "C"` functions
- warn about shadowed format args?
- `disallowed_methods` on trait impls
- Docs
- Rust not yet supported