Use angle brackets to turn URL into a link

This commit is contained in:
Takayuki Nakata 2020-08-04 22:40:10 +09:00 committed by Joshua Nelson
parent 68daabb4bf
commit 5462868f4b
1 changed files with 1 additions and 2 deletions

View File

@ -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