about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2020-08-04 22:40:10 +0900
committerJoshua Nelson <joshua@yottadb.com>2020-08-04 09:50:19 -0400
commit42e8a377a2d6736974f51d7daf4c6420abfd1cf6 (patch)
treedb1494208993b35c07a3ae153d8b54a9c089be88 /src/doc/rustc-dev-guide
parent46815eac19518de29e7d52d6596ffa50b9a91f4a (diff)
downloadrust-42e8a377a2d6736974f51d7daf4c6420abfd1cf6.tar.gz
rust-42e8a377a2d6736974f51d7daf4c6420abfd1cf6.zip
Use angle brackets to turn URL into a link
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/queries/incremental-compilation-in-detail.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/incremental-compilation-in-detail.md b/src/doc/rustc-dev-guide/src/queries/incremental-compilation-in-detail.md
index a4e1cd92bb3..96255227faa 100644
--- a/src/doc/rustc-dev-guide/src/queries/incremental-compilation-in-detail.md
+++ b/src/doc/rustc-dev-guide/src/queries/incremental-compilation-in-detail.md
@@ -507,10 +507,9 @@ session. The overhead of doing so is a few percent of total compilation time.
 Data structures used as query results could be factored in a way that removes
 edges from the dependency graph. Especially "span" information is very volatile,
 so including it in query result will increase the chance that that result won't
-be reusable. See [https://github.com/rust-lang/rust/issues/47389] for more
+be reusable. See <https://github.com/rust-lang/rust/issues/47389> for more
 information.
 
 
 
 [query-model]: ./query-evaluation-model-in-detail.html
-[https://github.com/rust-lang/rust/issues/47389]: https://github.com/rust-lang/rust/issues/47389