Skip to content

Commit 9fb54f8

Browse files
committed
Remove standard io chapter from the book
This was originally used to set up the guessing game, but that no longer exists. This version uses `old_io`, and updating it involves talking about `&mut` and such, which we haven't covered yet. So, for now, let's just remove it. Fixes #23760
1 parent 3e7385a commit 9fb54f8

File tree

2 files changed

+0
-167
lines changed

2 files changed

+0
-167
lines changed

Diff for: src/doc/trpl/SUMMARY.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* [Looping](looping.md)
1414
* [Strings](strings.md)
1515
* [Arrays, Vectors, and Slices](arrays-vectors-and-slices.md)
16-
* [Standard Input](standard-input.md)
1716
* [Intermediate Rust](intermediate.md)
1817
* [Crates and Modules](crates-and-modules.md)
1918
* [Testing](testing.md)

Diff for: src/doc/trpl/standard-input.md

-166
This file was deleted.

0 commit comments

Comments
 (0)