about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorHanif Ariffin <hanif.ariffin.4326@gmail.com>2020-04-30 19:03:49 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-04-30 21:25:29 -0500
commit18b4dbccf62b5676a2028d0fb5e5dd8961803b0f (patch)
tree0ce891cb913aa34000c997766d789781ec8c4e88 /src/doc/rustc-dev-guide
parent09b7ba109275ad8fb52ccd45598b1977361a055e (diff)
downloadrust-18b4dbccf62b5676a2028d0fb5e5dd8961803b0f.tar.gz
rust-18b4dbccf62b5676a2028d0fb5e5dd8961803b0f.zip
Update src/queries/incremental-compilation.md
Removed `at`.

Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/queries/incremental-compilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md b/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md
index 499b3282f1b..394b4de745c 100644
--- a/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md
+++ b/src/doc/rustc-dev-guide/src/queries/incremental-compilation.md
@@ -137,7 +137,7 @@ algorithm like so:
     it did not change.
 
 ## Resources
-The initial design document can be found at [here][initial-design], which expands on the memoization details, provides more high-level overview and motivation for this system.
+The initial design document can be found [here][initial-design], which expands on the memoization details, provides more high-level overview and motivation for this system.
 
 # Footnotes