Skip to content

Update the various books to latest #42046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 62 files
+2 −0 .gitattributes
+11 −8 CONTRIBUTING.md
+1 −2 first-edition/src/bibliography.md
+2 −2 first-edition/src/guessing-game.md
+1 −1 first-edition/src/mutability.md
+1 −1 first-edition/src/references-and-borrowing.md
+1 −1 first-edition/src/structs.md
+1 −1 first-edition/src/syntax-index.md
+1 −1 first-edition/src/the-stack-and-the-heap.md
+24 −0 second-edition/dictionary.txt
+1 −1 second-edition/nostarch/chapter03.md
+352 −253 second-edition/nostarch/chapter05.md
+ second-edition/nostarch/odt/chapter05.docx
+ second-edition/nostarch/odt/chapter05.odt
+11 −3 second-edition/src/SUMMARY.md
+1 −1 second-edition/src/ch01-02-hello-world.md
+1 −1 second-edition/src/ch03-02-data-types.md
+2 −2 second-edition/src/ch03-03-how-functions-work.md
+3 −3 second-edition/src/ch03-05-control-flow.md
+2 −2 second-edition/src/ch04-01-what-is-ownership.md
+10 −7 second-edition/src/ch04-03-slices.md
+11 −393 second-edition/src/ch05-00-structs.md
+267 −0 second-edition/src/ch05-01-defining-structs.md
+0 −253 second-edition/src/ch05-01-method-syntax.md
+262 −0 second-edition/src/ch05-02-example-structs.md
+243 −0 second-edition/src/ch05-03-method-syntax.md
+1 −1 second-edition/src/ch06-01-defining-an-enum.md
+1 −1 second-edition/src/ch07-01-mod-and-the-filesystem.md
+0 −1 second-edition/src/ch07-02-controlling-visibility-with-pub.md
+0 −6 second-edition/src/ch07-03-importing-names-with-use.md
+1 −1 second-edition/src/ch08-02-strings.md
+2 −2 second-edition/src/ch08-03-hash-maps.md
+3 −3 second-edition/src/ch09-01-unrecoverable-errors-with-panic.md
+5 −5 second-edition/src/ch09-03-to-panic-or-not-to-panic.md
+4 −4 second-edition/src/ch10-00-generics.md
+1 −1 second-edition/src/ch10-03-lifetime-syntax.md
+6 −6 second-edition/src/ch11-01-writing-tests.md
+4 −4 second-edition/src/ch11-02-running-tests.md
+2 −2 second-edition/src/ch11-03-test-organization.md
+1 −1 second-edition/src/ch12-01-accepting-command-line-arguments.md
+1 −1 second-edition/src/ch12-02-reading-a-file.md
+7 −11 second-edition/src/ch12-03-improving-error-handling-and-modularity.md
+4 −4 second-edition/src/ch12-04-testing-the-librarys-functionality.md
+3 −3 second-edition/src/ch12-05-working-with-environment-variables.md
+7 −8 second-edition/src/ch13-02-iterators.md
+2 −4 second-edition/src/ch13-03-improving-our-io-project.md
+2 −2 second-edition/src/ch14-01-release-profiles.md
+1 −1 second-edition/src/ch14-02-publishing-to-crates-io.md
+4 −4 second-edition/src/ch14-03-cargo-workspaces.md
+4 −6 second-edition/src/ch15-01-box.md
+3 −1 second-edition/src/ch18-02-refutability.md
+1 −1 second-edition/src/ch18-03-pattern-syntax.md
+11 −13 second-edition/src/ch19-02-advanced-lifetimes.md
+30 −2 second-edition/src/ch20-00-final-project-a-web-server.md
+589 −0 second-edition/src/ch20-01-single-threaded.md
+113 −0 second-edition/src/ch20-02-slow-requests.md
+284 −0 second-edition/src/ch20-03-designing-the-interface.md
+248 −0 second-edition/src/ch20-04-storing-threads.md
+516 −0 second-edition/src/ch20-05-sending-requests-via-channels.md
+589 −0 second-edition/src/ch20-06-graceful-shutdown-and-cleanup.md
+ second-edition/src/img/hello.png
+7 −2 second-edition/theme/index.hbs
2 changes: 1 addition & 1 deletion src/doc/reference