Skip to content

Commit

Permalink
update books for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Oct 20, 2018
1 parent e7f5d48 commit 69daa9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 26 files
+1 −1 2018-edition/book.toml
+5 −4 2018-edition/src/SUMMARY.md
+79 −0 2018-edition/src/appendix-07-other-useful-tools.md
+58 −0 2018-edition/src/appendix-08-editions.md
+1 −1 2018-edition/src/ch00-00-introduction.md
+4 −2 2018-edition/src/ch01-03-hello-cargo.md
+4 −3 2018-edition/src/ch02-00-guessing-game-tutorial.md
+43 −9 2018-edition/src/ch03-00-common-programming-concepts.md
+21 −17 2018-edition/src/ch04-02-references-and-borrowing.md
+12 −9 2018-edition/src/ch04-03-slices.md
+0 −24 2018-edition/src/ch07-00-modules.md
+15 −0 2018-edition/src/ch07-00-packages-crates-and-modules.md
+0 −480 2018-edition/src/ch07-01-mod-and-the-filesystem.md
+46 −0 2018-edition/src/ch07-01-packages-and-crates-for-making-libraries-and-executables.md
+0 −288 2018-edition/src/ch07-02-controlling-visibility-with-pub.md
+579 −0 2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md
+0 −304 2018-edition/src/ch07-03-importing-names-with-use.md
+12 −10 2018-edition/src/ch08-01-vectors.md
+22 −10 2018-edition/src/ch09-02-recoverable-errors-with-result.md
+18 −7 2018-edition/src/ch10-02-traits.md
+2 −0 2018-edition/src/ch10-03-lifetime-syntax.md
+1 −1 2018-edition/src/ch11-01-writing-tests.md
+3 −3 2018-edition/src/ch12-03-improving-error-handling-and-modularity.md
+19 −0 2018-edition/src/ch19-05-advanced-functions-and-closures.md
+528 −0 2018-edition/src/ch19-06-macros.md
+9 −0 2018-edition/src/theme/2018-edition.css
2 changes: 1 addition & 1 deletion src/doc/nomicon
2 changes: 1 addition & 1 deletion src/doc/reference
2 changes: 1 addition & 1 deletion src/doc/rust-by-example

0 comments on commit 69daa9a

Please sign in to comment.