Skip to content

Commit

Permalink
Rollup merge of rust-lang#48404 - steveklabnik:second-edition-is-the-…
Browse files Browse the repository at this point in the history
…best-edition, r=QuietMisdreavus

Update the book to promote second edition

This updates the book repository, but mostly to include
rust-lang/book#1180

TL;DR: the second edition is close enough to done that we should
universally recommend it over the first edition.
  • Loading branch information
Manishearth authored Feb 24, 2018
2 parents 7738eb4 + ef48e0f commit 9901bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 31 files
+1 −1 .travis.yml
+3 −0 first-edition/book.toml
+56 −0 first-edition/src/theme/first-edition.css
+27 −0 first-edition/src/theme/header.hbs
+22 −8 index.md
+2 −2 redirects/getting-started.md
+1 −1 redirects/release-channels.md
+1 −0 second-edition/dictionary.txt
+208 −536 second-edition/nostarch/chapter01.md
+1 −1 second-edition/nostarch/chapter10.md
+875 −941 second-edition/nostarch/chapter20.md
+169 −0 second-edition/nostarch/introduction.md
+7 −7 second-edition/src/SUMMARY.md
+1 −1 second-edition/src/appendix-05-translation.md
+10 −32 second-edition/src/appendix-07-nightly-rust.md
+39 −3 second-edition/src/ch00-00-introduction.md
+12 −0 second-edition/src/ch01-00-getting-started.md
+55 −50 second-edition/src/ch01-01-installation.md
+50 −302 second-edition/src/ch01-02-hello-world.md
+265 −0 second-edition/src/ch01-03-hello-cargo.md
+1 −1 second-edition/src/ch02-00-guessing-game-tutorial.md
+2 −2 second-edition/src/ch10-02-traits.md
+22 −19 second-edition/src/ch20-00-final-project-a-web-server.md
+273 −227 second-edition/src/ch20-01-single-threaded.md
+1,230 −0 second-edition/src/ch20-02-multithreaded.md
+0 −110 second-edition/src/ch20-02-slow-requests.md
+0 −284 second-edition/src/ch20-03-designing-the-interface.md
+128 −124 second-edition/src/ch20-03-graceful-shutdown-and-cleanup.md
+0 −248 second-edition/src/ch20-04-storing-threads.md
+0 −516 second-edition/src/ch20-05-sending-requests-via-channels.md
+0 −276 second-edition/theme/index.hbs

0 comments on commit 9901bef

Please sign in to comment.