Skip to content

Commit cb51d0e

Browse files
giraffateJoshua Nelson
authored and
Joshua Nelson
committed
Use angle brackets to turn URL into a link
1 parent f1cf488 commit cb51d0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/queries/incremental-compilation-in-detail.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,9 @@ session. The overhead of doing so is a few percent of total compilation time.
507507
Data structures used as query results could be factored in a way that removes
508508
edges from the dependency graph. Especially "span" information is very volatile,
509509
so including it in query result will increase the chance that that result won't
510-
be reusable. See [https://github.com/rust-lang/rust/issues/47389] for more
510+
be reusable. See <https://github.com/rust-lang/rust/issues/47389> for more
511511
information.
512512

513513

514514

515515
[query-model]: ./query-evaluation-model-in-detail.html
516-
[https://github.com/rust-lang/rust/issues/47389]: https://github.com/rust-lang/rust/issues/47389

0 commit comments

Comments
 (0)