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-07-08 18:34:25 -0500
committerGitHub <noreply@github.com>2018-07-08 18:34:25 -0500
commitf00994a71a3d4f114833e97072edc441dbfc92f2 (patch)
tree2394324f4ed529f095075e2e41600301765a79b6 /src/doc/rustc-dev-guide
parent83adaf3db5133b04057e6efbadf69646ffed5fab (diff)
downloadrust-f00994a71a3d4f114833e97072edc441dbfc92f2.tar.gz
rust-f00994a71a3d4f114833e97072edc441dbfc92f2.zip
Quick fix: copy/paste error
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index 4b445c924db..c8fb6dd08e0 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -1,8 +1,3 @@
----
-layout: default
-title: Debugging the Compiler
----
-
 **Note: This is copied from the 
 [rust-forge](https://github.com/rust-lang-nursery/rust-forge). If anything needs
  updating, please open an issue or make a PR on the github repo.**