aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpcpthm <[email protected]>2019-04-04 11:51:43 +0100
committerGitHub <[email protected]>2019-04-04 11:51:43 +0100
commit58ae6948c13d5fab61097b84a46147884cb4725d (patch)
tree87463c7d5e4200404adb3233da0ad9d2b60c79ce /docs
parentb1ac2dfec71ddbff5f3a28f19503811f62157c5e (diff)
Fix issue label link in docs/dev/README.md
Diffstat (limited to 'docs')
-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