aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-04 12:05:40 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-04 12:05:40 +0100
commit7713416477fd59348ad60d44f0ec3a3aebcf4b9f (patch)
tree87463c7d5e4200404adb3233da0ad9d2b60c79ce
parentb1ac2dfec71ddbff5f3a28f19503811f62157c5e (diff)
parent58ae6948c13d5fab61097b84a46147884cb4725d (diff)
Merge #1108
1108: Fix issue label link in docs/dev/README.md r=matklad a=pcpthm Co-authored-by: pcpthm <[email protected]>
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index d81c2f70d..7bb323f3f 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -45,7 +45,7 @@ mandatory), add yourself to the list!
45 [E-medium](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-medium), 45 [E-medium](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-medium),
46 [E-hard](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-hard), 46 [E-hard](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-hard),
47 labels are *estimates* for how hard would be to write a fix. 47 labels are *estimates* for how hard would be to write a fix.
48* [E-fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-fun) 48* [fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun)
49 is for cool, but probably hard stuff. 49 is for cool, but probably hard stuff.
50 50
51# CI 51# CI