rust/.github/ISSUE_TEMPLATE/new_lint.md

545 B

name about labels
New lint suggestion Suggest a new Clippy lint. A-lint

What it does

What does this lint do?

Categories (optional)

What is the advantage of the recommended code over the original code

For example:

  • Remove bounds check inserted by ...
  • Remove the need to duplicate/store ...
  • Remove typo ...

Drawbacks

None.

Example

<code>

Could be written as:

<code>