]> git.lizzy.rs Git - rust.git/blob - book/src/SUMMARY.md
Auto merge of #9649 - Alexendoo:from-over-into-suggestion, r=llogiq
[rust.git] / book / src / SUMMARY.md
1 # Summary
2
3 [Introduction](README.md)
4
5 - [Installation](installation.md)
6 - [Usage](usage.md)
7 - [Configuration](configuration.md)
8 - [Clippy's Lints](lints.md)
9 - [Continuous Integration](continuous_integration/README.md)
10     - [GitHub Actions](continuous_integration/github_actions.md)
11     - [Travis CI](continuous_integration/travis.md)
12 - [Development](development/README.md)
13     - [Basics](development/basics.md)
14     - [Adding Lints](development/adding_lints.md)
15     - [Common Tools](development/common_tools_writing_lints.md)
16     - [Infrastructure](development/infrastructure/README.md)
17         - [Syncing changes between Clippy and rust-lang/rust](development/infrastructure/sync.md)
18         - [Backporting Changes](development/infrastructure/backport.md)
19         - [Updating the Changelog](development/infrastructure/changelog_update.md)
20         - [Release a New Version](development/infrastructure/release.md)
21         - [The Clippy Book](development/infrastructure/book.md)
22     - [Proposals](development/proposals/README.md)
23         - [Roadmap 2021](development/proposals/roadmap-2021.md)