about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepak Kannan <kannan.deepak@gmail.com>2016-04-13 21:23:42 +0530
committerDeepak Kannan <kannan.deepak@gmail.com>2016-04-13 21:53:47 +0530
commita40629d2c9aa2a3bed2e4edaafa2303eb4b19854 (patch)
tree2f463ace0120913583e6fe5f0d9aec42d46cbb36
parent6136a86291b12f5441910d56d5bc0dfbc7eecdeb (diff)
downloadrust-a40629d2c9aa2a3bed2e4edaafa2303eb4b19854.tar.gz
rust-a40629d2c9aa2a3bed2e4edaafa2303eb4b19854.zip
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
https://github.com/rust-lang/rust/commit/0c6c34de87c899ecb8b977e7ef24510ab2a68168

so removing reference to that project from book/guessing-game
-rw-r--r--src/doc/book/guessing-game.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/book/guessing-game.md b/src/doc/book/guessing-game.md
index 590c7e84819..a2067e33a60 100644
--- a/src/doc/book/guessing-game.md
+++ b/src/doc/book/guessing-game.md
@@ -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!