Skip to content

Commit 690935c

Browse files
RustyYatomark-i-m
authored andcommitted
Update query-evaluation-model-in-detail.md
Fix typo in the example
1 parent 1359482 commit 690935c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queries/query-evaluation-model-in-detail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ from outside of the query system, invoke the queries it needs to perform its
9999
task. This looks something like the following:
100100

101101
```rust,ignore
102-
fn compile_crate() {}
102+
fn compile_crate() {
103103
let cli_options = ...;
104104
let hir_map = ...;
105105

0 commit comments

Comments
 (0)