about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-05-13 17:39:38 +0000
committerLeón Orell Valerian Liehr <me@fmease.dev>2024-05-13 20:09:18 +0200
commitbcb6af36de5afdf474b13ec0793ffa53a05760ea (patch)
tree17382b9e25aeeac46ebe80b2a4319a0b0d7dc32d /src/doc/rustc-dev-guide
parent417afb2145f9137365170cd147d37fff7cd1ffdb (diff)
downloadrust-bcb6af36de5afdf474b13ec0793ffa53a05760ea.tar.gz
rust-bcb6af36de5afdf474b13ec0793ffa53a05760ea.zip
Link to lint L-* labels
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index 4afa09b13be..be369a8726f 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -404,6 +404,7 @@ table td:nth-child(2) {
 | [I-] | <span class="label-color" style="background-color:#e10c02;">&#x2003;</span>&nbsp;Red | The **importance** of the issue. |
 | [I-\*-nominated] | <span class="label-color" style="background-color:#e10c02;">&#x2003;</span>&nbsp;Red | The issue has been nominated for discussion at the next meeting of the corresponding team. |
 | [I-prioritize] | <span class="label-color" style="background-color:#e10c02;">&#x2003;</span>&nbsp;Red | The issue has been nominated for prioritization by the team tagged with a **T**-prefixed label. |
+| [L-] | <span class="label-color" style="background-color:#64E9CF;">&#x2003;</span>&nbsp;Teal | The relevant **lint**. |
 | [metabug] | <span class="label-color" style="background-color:#5319e7;">&#x2003;</span>&nbsp;Purple | Bugs that collect other bugs. |
 | [O-] | <span class="label-color" style="background-color:#6e6ec0;">&#x2003;</span>&nbsp;Purple Grey | The **operating system** or platform that the issue is specific to. |
 | [P-] | <span class="label-color" style="background-color:#eb6420;">&#x2003;</span>&nbsp;Orange | The issue **priority**.  These labels can be assigned by anyone that understand the issue and is able to  prioritize it, and remove the [I-prioritize] label. |
@@ -423,6 +424,7 @@ table td:nth-child(2) {
 [E-]: https://github.com/rust-lang/rust/labels?q=E
 [F-]: https://github.com/rust-lang/rust/labels?q=F
 [I-]: https://github.com/rust-lang/rust/labels?q=I
+[L-]: https://github.com/rust-lang/rust/labels?q=L
 [O-]: https://github.com/rust-lang/rust/labels?q=O
 [P-]: https://github.com/rust-lang/rust/labels?q=P
 [S-]: https://github.com/rust-lang/rust/labels?q=S