summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorFederico Ponzi <FedericoPonzi@users.noreply.github.com>2020-07-18 12:18:06 +0200
committerGitHub <noreply@github.com>2020-07-18 19:18:06 +0900
commitf4056d677264b445e1e2c5fa527e9cff7ad12f1c (patch)
treec461fc92989232b14be1faa5666073e344a4ec02 /src/doc/rustc-dev-guide
parent850d719f29732d9dce888b8f94442aaa20c97694 (diff)
downloadrust-f4056d677264b445e1e2c5fa527e9cff7ad12f1c.tar.gz
rust-f4056d677264b445e1e2c5fa527e9cff7ad12f1c.zip
Fixes menu for rustdoc page (#804)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 53e75fc09f0..b856afe74c4 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -64,7 +64,6 @@
 - [Prologue](./part-3-intro.md)
 - [Command-line arguments](./cli.md)
 - [The Rustc Driver and Interface](./rustc-driver.md)
-    - [Rustdoc](./rustdoc.md)
     - [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
     - [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
 - [Syntax and the AST](./syntax-intro.md)