Add a TOC
This commit is contained in:
parent
7de5b6034d
commit
c942bf42fc
13 changed files with 23 additions and 3 deletions
|
|
@ -1,3 +1,13 @@
|
|||
# Summary
|
||||
# The Rustc Book
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
- [What is rustc?](what-is-rustc.md)
|
||||
- [Command-line arguments](command-line-arguments/index.md)
|
||||
- [Lints](lints/index.md)
|
||||
- [Lint levels](lints/levels.md)
|
||||
- [Lint Groups](lints/groups.md)
|
||||
- [Lint listing](lints/listing/index.md)
|
||||
- [Allowed-by-default lints](lints/listing/allowed-by-default.md)
|
||||
- [Warn-by-default lints](lints/listing/warn-by-default.md)
|
||||
- [Deny-by-default lints](lints/listing/deny-by-default.md)
|
||||
- [Codegen options](codegen-options/index.md)
|
||||
- [Contributing to `rustc`](contributing.md)
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Chapter 1
|
||||
1
src/doc/rustc/src/codegen-options/index.md
Normal file
1
src/doc/rustc/src/codegen-options/index.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Codegen options
|
||||
1
src/doc/rustc/src/command-line-arguments/index.md
Normal file
1
src/doc/rustc/src/command-line-arguments/index.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Command-line arguments
|
||||
1
src/doc/rustc/src/contributing.md
Normal file
1
src/doc/rustc/src/contributing.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Contributing to rustc
|
||||
1
src/doc/rustc/src/lints/groups.md
Normal file
1
src/doc/rustc/src/lints/groups.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Lint Groups
|
||||
1
src/doc/rustc/src/lints/index.md
Normal file
1
src/doc/rustc/src/lints/index.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Lints
|
||||
1
src/doc/rustc/src/lints/levels.md
Normal file
1
src/doc/rustc/src/lints/levels.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Lint levels
|
||||
1
src/doc/rustc/src/lints/listing/allowed-by-default.md
Normal file
1
src/doc/rustc/src/lints/listing/allowed-by-default.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Allowed-by-default lints
|
||||
1
src/doc/rustc/src/lints/listing/deny-by-default.md
Normal file
1
src/doc/rustc/src/lints/listing/deny-by-default.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Deny-by-default lints
|
||||
1
src/doc/rustc/src/lints/listing/index.md
Normal file
1
src/doc/rustc/src/lints/listing/index.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Lint listing
|
||||
1
src/doc/rustc/src/lints/listing/warn-by-default.md
Normal file
1
src/doc/rustc/src/lints/listing/warn-by-default.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Warn-by-default lints
|
||||
1
src/doc/rustc/src/what-is-rustc.md
Normal file
1
src/doc/rustc/src/what-is-rustc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# What is rustc?
|
||||
Loading…
Add table
Add a link
Reference in a new issue