Skip to content
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 33 files
+2 −1 second-edition/dictionary.txt
+43 −30 second-edition/nostarch/chapter05.md
+144 −215 second-edition/nostarch/chapter11.md
+570 −883 second-edition/nostarch/chapter12.md
+ second-edition/nostarch/odt/chapter05.docx
+ second-edition/nostarch/odt/chapter11.docx
+ second-edition/nostarch/odt/chapter12.docx
+3 −3 second-edition/src/SUMMARY.md
+6 −2 second-edition/src/appendix-06-translation.md
+13 −0 second-edition/src/ch01-01-installation.md
+1 −1 second-edition/src/ch04-01-what-is-ownership.md
+34 −13 second-edition/src/ch05-01-defining-structs.md
+10 −10 second-edition/src/ch05-02-example-structs.md
+8 −8 second-edition/src/ch05-03-method-syntax.md
+3 −3 second-edition/src/ch06-02-match.md
+1 −1 second-edition/src/ch08-02-strings.md
+14 −15 second-edition/src/ch11-00-testing.md
+71 −102 second-edition/src/ch11-01-writing-tests.md
+15 −38 second-edition/src/ch11-02-running-tests.md
+31 −47 second-edition/src/ch11-03-test-organization.md
+36 −49 second-edition/src/ch12-00-an-io-project.md
+57 −94 second-edition/src/ch12-01-accepting-command-line-arguments.md
+42 −46 second-edition/src/ch12-02-reading-a-file.md
+206 −324 second-edition/src/ch12-03-improving-error-handling-and-modularity.md
+78 −119 second-edition/src/ch12-04-testing-the-librarys-functionality.md
+79 −125 second-edition/src/ch12-05-working-with-environment-variables.md
+60 −92 second-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md
+5 −5 second-edition/src/ch15-05-interior-mutability.md
+2 −2 second-edition/src/ch17-03-oo-design-patterns.md
+30 −30 second-edition/src/ch19-02-advanced-lifetimes.md
+4 −4 second-edition/src/ch19-04-advanced-types.md
+1 −0 second-edition/theme/index.hbs
+14 −1 second-edition/tools/docx-to-md.xsl
2 changes: 1 addition & 1 deletion src/doc/nomicon
2 changes: 1 addition & 1 deletion src/doc/reference