Update query.md

This commit is contained in:
Eduard-Mihai Burtescu 2018-06-25 07:09:22 +03:00 committed by Who? Me?!
parent 2d95ba915a
commit ffc7fdf490
1 changed files with 1 additions and 3 deletions

View File

@ -215,9 +215,7 @@ Well, defining a query takes place in two steps:
To specify the query name and arguments, you simply add an entry to To specify the query name and arguments, you simply add an entry to
the big macro invocation in the big macro invocation in
[`src/librustc/ty/query/mod.rs`][query-mod]. This will probably have [`src/librustc/ty/query/mod.rs`][query-mod], which looks something like:
changed by the time you read this README, but at present it looks
something like:
[query-mod]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/query/index.html [query-mod]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/query/index.html