Shorten line

This commit is contained in:
Who? Me?! 2020-04-01 20:07:00 -05:00
parent c956778dbe
commit f57ba1f6e2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
- [High-level overview of the compiler source](./high-level-overview.md)
- [The Rustc Driver and Interface](./rustc-driver.md)
- [Rustdoc](./rustdoc.md)
- [Example: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
- [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
- [Queries: demand-driven compilation](./query.md)
- [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
- [Incremental compilation](./queries/incremental-compilation.md)