Skip to content

Commit 97bceb0

Browse files
committed
Book: Restructure Dev chapter
Group everything that has something to do with Clippy development under the "Development" chapter, so that Clippy users can't get confused.
1 parent 0e42282 commit 97bceb0

File tree

10 files changed

+9
-8
lines changed

10 files changed

+9
-8
lines changed

book/src/SUMMARY.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
- [Basics](development/basics.md)
1414
- [Adding Lints](development/adding_lints.md)
1515
- [Common Tools](development/common_tools_writing_lints.md)
16-
- [Infrastructure](infrastructure/README.md)
17-
- [Syncing changes between Clippy and rust-lang/rust](infrastructure/sync.md)
18-
- [Backporting Changes](infrastructure/backport.md)
19-
- [Updating the Changelog](infrastructure/changelog_update.md)
20-
- [Release a New Version](infrastructure/release.md)
21-
- [The Clippy Book](infrastructure/book.md)
22-
- [Roadmap](roadmap/README.md)
23-
- [2021](roadmap/2021.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)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Proposals

book/src/roadmap/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)