Skip to content

Commit d785946

Browse files
RustyYatomark-i-m
authored andcommitted
Update query-evaluation-model-in-detail.md
Fix typo in the example
1 parent 464cb5b commit d785946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)