mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
8c5d301e1b
For context: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Label.20cleanup/near/224083870
539 B
539 B
name | about | labels |
---|---|---|
New lint suggestion | Suggest a new Clippy lint. | A-lint |
What it does
What does this lint do?
Categories (optional)
- Kind: See https://github.com/rust-lang/rust-clippy/blob/master/README.md#clippy for list of lint kinds
What is the advantage of the recommended code over the original code
For example:
- Remove bounce checking inserted by ...
- Remove the need to duplicating/storing/typo ...
Drawbacks
None.
Example
<code>
Could be written as:
<code>