Shorten line

This commit is contained in:
Who? Me?! 2020-04-01 20:07:00 -05:00
parent dbc55da42d
commit d3b6c93976

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)