mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Rollup merge of #32937 - deepak:gh-issue-32936-remove-next-project-in-guessing-game-doc, r=Manishearth
Doc fix: Do not mention next project in book/guessing-game fixes https://github.com/rust-lang/rust/issues/32936
This commit is contained in:
commit
eadd5748ce
@ -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…
Reference in New Issue
Block a user