Skip to content

Commit 78b076d

Browse files
committed
add targets to TOC
1 parent cd55364 commit 78b076d

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/doc/rustc/src/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
- [Warn-by-default lints](lints/listing/warn-by-default.md)
1111
- [Deny-by-default lints](lints/listing/deny-by-default.md)
1212
- [Codegen options](codegen-options/index.md)
13+
- [Targets](targets/index.md)
14+
- [Built-in Targets](targets/built-in.md)
15+
- [Custom Targets](targets/custom.md)
1316
- [Contributing to `rustc`](contributing.md)

src/doc/rustc/src/targets/built-in.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Built-in Targets

src/doc/rustc/src/targets/custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Custom Targets

src/doc/rustc/src/targets/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Targets

0 commit comments

Comments
 (0)