rust-clippy
https://github.com/rust-lang-nursery/rust-clippy
Rust
A bunch of lints to catch common mistakes and improve your Rust code
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
- `undocumented_unsafe_blocks` should attempt to detect typos
- Suggest removing "empty" `format!` for types that implement `fmt::Display`
- `map_entry` lint fires even when else block takes ownership of key
- Lint to detect empty comments within docs ("`//` within `///`")
- assertions_on_constants
- IIFE closure extension temporary value
- Fix cast_sign_loss false positive for float to uint casts
- `self_named_module_files`: Enforce consistent naming for leaf modules
- fix(`bad_bit_mask`): don't lint on `#[cfg]`-d consts
- Lint `ref_option` ignores methods on public structs
- Docs
- Rust not yet supported