Skip to content

Commit

Permalink
Update books
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jun 22, 2022
1 parent 10f4ce3 commit 24e0c44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 54 files
+23 −0 CONTRIBUTING.md
+1 −0 ci/dictionary.txt
+2 −0 listings/ch13-functional-features/listing-13-07/.rustfmt.toml
+3 −12 listings/ch13-functional-features/listing-13-07/src/main.rs
+2 −0 listings/ch13-functional-features/listing-13-08/.rustfmt.toml
+3 −12 listings/ch13-functional-features/listing-13-08/src/main.rs
+2 −0 listings/ch13-functional-features/listing-13-09/.rustfmt.toml
+3 −12 listings/ch13-functional-features/listing-13-09/src/main.rs
+1 −1 listings/ch18-patterns-and-matching/listing-18-01/src/main.rs
+2 −2 listings/ch18-patterns-and-matching/listing-18-11/src/main.rs
+1 −1 listings/ch18-patterns-and-matching/listing-18-19/src/main.rs
+1 −1 listings/ch18-patterns-and-matching/listing-18-24/src/main.rs
+2 −2 listings/ch18-patterns-and-matching/listing-18-27/src/main.rs
+28 −35 nostarch/appendix.md
+107 −66 nostarch/chapter01.md
+78 −85 nostarch/chapter07.md
+378 −277 nostarch/chapter13.md
+44 −17 nostarch/chapter18.md
+61 −43 nostarch/chapter19.md
+42 −28 nostarch/chapter20.md
+184 −0 nostarch/introduction.md
+1 −1 src/SUMMARY.md
+10 −8 src/appendix-01-keywords.md
+2 −2 src/appendix-04-useful-development-tools.md
+37 −34 src/ch01-01-installation.md
+25 −23 src/ch01-02-hello-world.md
+21 −15 src/ch01-03-hello-cargo.md
+3 −3 src/ch03-01-variables-and-mutability.md
+3 −3 src/ch07-02-defining-modules-to-control-scope-and-privacy.md
+15 −10 src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
+1 −1 src/ch07-05-separating-modules-into-different-files.md
+1 −2 src/ch08-03-hash-maps.md
+6 −6 src/ch09-02-recoverable-errors-with-result.md
+2 −2 src/ch10-01-syntax.md
+1 −1 src/ch10-03-lifetime-syntax.md
+6 −6 src/ch13-00-functional-features.md
+146 −120 src/ch13-01-closures.md
+33 −28 src/ch13-02-iterators.md
+5 −3 src/ch13-03-improving-our-io-project.md
+3 −3 src/ch15-05-interior-mutability.md
+4 −3 src/ch18-00-patterns.md
+4 −0 src/ch18-03-pattern-syntax.md
+9 −3 src/ch19-03-advanced-traits.md
+3 −1 src/ch19-04-advanced-types.md
+11 −21 src/ch19-06-macros.md
+22 −11 src/ch20-02-multithreaded.md
+2 −2 tools/src/bin/concat_chapters.rs
+5 −5 tools/src/bin/convert_quotes.rs
+5 −9 tools/src/bin/lfp.rs
+6 −6 tools/src/bin/link2print.rs
+4 −4 tools/src/bin/release_listings.rs
+1 −1 tools/src/bin/remove_hidden_lines.rs
+2 −2 tools/src/bin/remove_links.rs
+2 −2 tools/src/bin/remove_markup.rs
2 changes: 1 addition & 1 deletion src/doc/embedded-book
2 changes: 1 addition & 1 deletion src/doc/reference

0 comments on commit 24e0c44

Please sign in to comment.