File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -166,21 +166,16 @@ list gives a few more "special cased" repositories.
166
166
167
167
Don't forget that standard Markdown syntax for links also works.
168
168
169
- We currently support linking to issues on a few repositories:
169
+ We support linking to issues on repositories inside the ` rust-lang ` GitHub organisation
170
+ without requiring the ` rust-lang/ ` prefix. For example:
170
171
171
- * rust-lang/rust with [ ` #4545 ` ] ( https://github.com/rust-lang/rust/issues/4545 ) or ` rust#4545 `
172
172
* rust-lang/rfcs with ` RFC#3434 ` or ` rfc#3434 `
173
173
* rust-lang/async-book with ` async-book#2334 `
174
- * rust-lang/chalk with ` chalk#2334 `
175
- * rust-lang/compiler-team with ` compiler-team#3433 `
176
- * rust-lang/ena with ` ena#3434 `
177
- * rust-lang/miri with ` miri#3434 `
178
- * rust-lang/polonius with ` polonius#3434 `
179
- * rust-analyzer/rust-analyzer with ` rust-analyzer#3434 `
180
- * rust-lang/rustc-dev-guide with ` rustc-dev-guide#3434 `
181
- * rust-lang/stdarch with ` stdarch#3434 `
182
- * rust-lang/team with ` team#3434 `
183
- * rust-lang/unsafe-code-guidelines with ` ucg#3434 `
174
+ * rust-lang/cargo with ` cargo#2334 `
175
+
176
+ ` rust-lang/rust ` issues can linked without needing any prefix:
177
+
178
+ * rust-lang/rust with [ ` #4545 ` ] ( https://github.com/rust-lang/rust/issues/4545 ) or ` rust#4545 `
184
179
185
180
We currently support linking to commits on these repositories:
186
181
You can’t perform that action at this time.
0 commit comments