Doc fix: Do not mention next project in book/guessing-game
The next project refers to the dining-philosophers problem27a1834ce5/src/doc/book/dining-philosophers.mdwhich was removed in0c6c34de87so removing reference to that project from book/guessing-game
This commit is contained in:
parent
6136a86291
commit
a40629d2c9
1 changed files with 3 additions and 4 deletions
|
|
@ -988,8 +988,7 @@ fn main() {
|
|||
|
||||
# Complete!
|
||||
|
||||
At this point, you have successfully built the Guessing Game! Congratulations!
|
||||
This project showed you a lot: `let`, `match`, methods, associated
|
||||
functions, using external crates, and more.
|
||||
|
||||
This first project showed you a lot: `let`, `match`, methods, associated
|
||||
functions, using external crates, and more. Our next project will show off
|
||||
even more.
|
||||
At this point, you have successfully built the Guessing Game! Congratulations!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue