about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2018-01-29 11:37:40 -0600
committerGitHub <noreply@github.com>2018-01-29 11:37:40 -0600
commit2f55eef6123ce43494685f297f540bdd8c98a911 (patch)
tree83e0c97fe12d1d3abea4d6e5cd64c07a6248798a /src/doc/rustc-dev-guide
parente609b29afab9e82d1128c947b8a2b8e5e5104d96 (diff)
downloadrust-2f55eef6123ce43494685f297f540bdd8c98a911.tar.gz
rust-2f55eef6123ce43494685f297f540bdd8c98a911.zip
I'm guessing this was a typo?
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/high-level-overview.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc/rustc-dev-guide/src/high-level-overview.md b/src/doc/rustc-dev-guide/src/high-level-overview.md
index b8d75bff690..55b596a2a9c 100644
--- a/src/doc/rustc-dev-guide/src/high-level-overview.md
+++ b/src/doc/rustc-dev-guide/src/high-level-overview.md
@@ -134,8 +134,3 @@ take:
       (one for each "codegen unit").
 6. **Linking**
     - Finally, those `.o` files are linked together.
-
-
-
-
-The first thing you may wonder if