about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2018-06-25 07:09:22 +0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-06-25 21:20:30 -0500
commit5966f8e7846398662ffc9b021ffbfb07f08bd6a7 (patch)
tree23b44b1a65795abe6741bf76f6ddc5c24650d812 /src/doc
parente7d4e79e3b357fda3db6cae4a6e2f7c1b07ee91f (diff)
downloadrust-5966f8e7846398662ffc9b021ffbfb07f08bd6a7.tar.gz
rust-5966f8e7846398662ffc9b021ffbfb07f08bd6a7.zip
Update query.md
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/query.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/query.md b/src/doc/rustc-dev-guide/src/query.md
index 62a6271358e..7ed299b74e8 100644
--- a/src/doc/rustc-dev-guide/src/query.md
+++ b/src/doc/rustc-dev-guide/src/query.md
@@ -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
 the big macro invocation in
-[`src/librustc/ty/query/mod.rs`][query-mod]. This will probably have
-changed by the time you read this README, but at present it looks
-something like:
+[`src/librustc/ty/query/mod.rs`][query-mod], which looks something like:
 
 [query-mod]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/query/index.html