Update query-evaluation-model-in-detail.md

Fix typo in the example
This commit is contained in:
Krishna Sannasi 2019-04-11 17:04:02 -07:00 committed by Who? Me?!
parent 91e21a130e
commit d73b85a6ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ...;