Skip to content

Commit

Permalink
Update the books for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Aug 16, 2017
1 parent 00a6797 commit 010f597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 53 files
+7 −0 second-edition/dictionary.txt
+95 −60 second-edition/nostarch/chapter05.md
+6 −14 second-edition/nostarch/chapter07.md
+16 −15 second-edition/nostarch/chapter11.md
+73 −67 second-edition/nostarch/chapter12.md
+279 −388 second-edition/nostarch/chapter13.md
+669 −327 second-edition/nostarch/chapter14.md
+1,963 −0 second-edition/nostarch/chapter19.md
+2,277 −0 second-edition/nostarch/chapter20.md
+ second-edition/nostarch/odt/chapter05.docx
+ second-edition/nostarch/odt/chapter07.docx
+ second-edition/nostarch/odt/chapter11.docx
+ second-edition/nostarch/odt/chapter12.docx
+3 −3 second-edition/src/SUMMARY.md
+23 −13 second-edition/src/ch05-01-defining-structs.md
+33 −0 second-edition/src/ch05-03-method-syntax.md
+1 −1 second-edition/src/ch07-01-mod-and-the-filesystem.md
+2 −2 second-edition/src/ch07-02-controlling-visibility-with-pub.md
+32 −4 second-edition/src/ch10-01-syntax.md
+83 −18 second-edition/src/ch10-02-traits.md
+30 −30 second-edition/src/ch10-03-lifetime-syntax.md
+21 −20 second-edition/src/ch11-01-writing-tests.md
+3 −3 second-edition/src/ch11-02-running-tests.md
+3 −3 second-edition/src/ch11-03-test-organization.md
+10 −19 second-edition/src/ch12-00-an-io-project.md
+14 −5 second-edition/src/ch12-01-accepting-command-line-arguments.md
+13 −11 second-edition/src/ch12-03-improving-error-handling-and-modularity.md
+16 −14 second-edition/src/ch12-04-testing-the-librarys-functionality.md
+4 −3 second-edition/src/ch12-05-working-with-environment-variables.md
+26 −25 second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md
+6 −4 second-edition/src/ch13-01-closures.md
+3 −1 second-edition/src/ch13-02-iterators.md
+26 −32 second-edition/src/ch13-03-improving-our-io-project.md
+15 −13 second-edition/src/ch14-00-more-about-cargo.md
+87 −27 second-edition/src/ch14-01-release-profiles.md
+345 −164 second-edition/src/ch14-02-publishing-to-crates-io.md
+171 −50 second-edition/src/ch14-03-cargo-workspaces.md
+17 −8 second-edition/src/ch14-04-installing-binaries.md
+6 −6 second-edition/src/ch14-05-extending-cargo.md
+1 −1 second-edition/src/ch15-06-reference-cycles.md
+1 −1 second-edition/src/ch17-01-what-is-oo.md
+32 −14 second-edition/src/ch19-01-unsafe-rust.md
+2 −2 second-edition/src/ch19-02-advanced-lifetimes.md
+7 −4 second-edition/src/ch19-03-advanced-traits.md
+17 −9 second-edition/src/ch19-04-advanced-types.md
+5 −5 second-edition/src/ch19-05-advanced-functions-and-closures.md
+1 −1 second-edition/src/ch20-00-final-project-a-web-server.md
+10 −7 second-edition/src/ch20-01-single-threaded.md
+ second-edition/src/img/trpl14-03.png
+ second-edition/src/img/trpl14-05.png
+ second-edition/src/img/trpl14-07.png
+ second-edition/src/img/trpl14-10.png
+ second-edition/src/img/trpl20-01.png
2 changes: 1 addition & 1 deletion src/doc/nomicon
2 changes: 1 addition & 1 deletion src/doc/reference

0 comments on commit 010f597

Please sign in to comment.