Update query-evaluation-model-in-detail.md
Fix typo in the example
This commit is contained in:
parent
9cfa13ef0b
commit
7e38235337
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
```rust,ignore
|
||||
fn compile_crate() {}
|
||||
fn compile_crate() {
|
||||
let cli_options = ...;
|
||||
let hir_map = ...;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue