about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2020-07-11 23:42:56 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2020-07-11 23:42:56 +0200
commit2c5f8ab582badb5b45124bcab01597cae46c7e61 (patch)
tree0d2d6837efda472418d3efb24af44a7553f40f4e
parent7d611d92240d43d9a04cf8db0cb4fb5690f8249c (diff)
downloadrust-2c5f8ab582badb5b45124bcab01597cae46c7e61.tar.gz
rust-2c5f8ab582badb5b45124bcab01597cae46c7e61.zip
fix phrase in new_lint issue template
-rw-r--r--.github/ISSUE_TEMPLATE/new_lint.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/new_lint.md b/.github/ISSUE_TEMPLATE/new_lint.md
index 70445d7ef25..98fd0df685f 100644
--- a/.github/ISSUE_TEMPLATE/new_lint.md
+++ b/.github/ISSUE_TEMPLATE/new_lint.md
@@ -12,7 +12,7 @@ labels: L-lint
 
 - Kind: *See <https://github.com/rust-lang/rust-clippy/blob/master/README.md#clippy> for list of lint kinds*
 
-*What benefit of this lint over old code?*
+*What is the advantage of the recommended code over the original code*
 
 For example:
 - Remove bounce checking inserted by ...