Skip to content

Commit a40629d

Browse files
committed
Doc fix: Do not mention next project in book/guessing-game
The next project refers to the dining-philosophers problem https://github.com/rust-lang/rust/blob/27a1834ce522e3ec7fe4726b1661de16ee30c503/src/doc/book/dining-philosophers.md which was removed in 0c6c34d so removing reference to that project from book/guessing-game
1 parent 6136a86 commit a40629d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/book/guessing-game.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,7 @@ fn main() {
988988
989989
# Complete!
990990
991-
At this point, you have successfully built the Guessing Game! Congratulations!
991+
This project showed you a lot: `let`, `match`, methods, associated
992+
functions, using external crates, and more.
992993
993-
This first project showed you a lot: `let`, `match`, methods, associated
994-
functions, using external crates, and more. Our next project will show off
995-
even more.
994+
At this point, you have successfully built the Guessing Game! Congratulations!

0 commit comments

Comments
 (0)