Update query-evaluation-model-in-detail.md
Fix typo in the example
This commit is contained in:
parent
91e21a130e
commit
d73b85a6ae
|
|
@ -99,7 +99,7 @@ from outside of the query system, invoke the queries it needs to perform its
|
||||||
task. This looks something like the following:
|
task. This looks something like the following:
|
||||||
|
|
||||||
```rust,ignore
|
```rust,ignore
|
||||||
fn compile_crate() {}
|
fn compile_crate() {
|
||||||
let cli_options = ...;
|
let cli_options = ...;
|
||||||
let hir_map = ...;
|
let hir_map = ...;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue