Skip to content

Commit

Permalink
Update books
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 29, 2022
1 parent ad5b6f6 commit 565669f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 28 files
+2 −2 listings/ch07-managing-growing-projects/listing-07-08/src/lib.rs
+0 −2 listings/ch07-managing-growing-projects/listing-07-11/src/lib.rs
+19 −0 listings/ch07-managing-growing-projects/listing-07-12/output.txt
+5 −5 listings/ch07-managing-growing-projects/listing-07-12/src/lib.rs
+0 −2 listings/ch07-managing-growing-projects/listing-07-13/src/lib.rs
+0 −2 listings/ch07-managing-growing-projects/listing-07-17/src/lib.rs
+0 −2 listings/ch07-managing-growing-projects/listing-07-21-and-22/src/lib.rs
+0 −2 listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/src/lib.rs
+7 −0 listings/ch07-managing-growing-projects/quick-reference-example/Cargo.lock
+6 −0 listings/ch07-managing-growing-projects/quick-reference-example/Cargo.toml
+5 −0 listings/ch07-managing-growing-projects/quick-reference-example/output.txt
+1 −0 listings/ch07-managing-growing-projects/quick-reference-example/src/garden.rs
+2 −0 listings/ch07-managing-growing-projects/quick-reference-example/src/garden/vegetables.rs
+8 −0 listings/ch07-managing-growing-projects/quick-reference-example/src/main.rs
+1,265 −0 nostarch/chapter07.md
+294 −276 nostarch/chapter10.md
+1 −0 src/appendix-06-translation.md
+2 −2 src/ch04-01-what-is-ownership.md
+23 −30 src/ch07-01-packages-and-crates.md
+88 −2 src/ch07-02-defining-modules-to-control-scope-and-privacy.md
+47 −14 src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
+31 −13 src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
+68 −17 src/ch07-05-separating-modules-into-different-files.md
+53 −49 src/ch10-00-generics.md
+68 −66 src/ch10-01-syntax.md
+80 −94 src/ch10-02-traits.md
+81 −79 src/ch10-03-lifetime-syntax.md
+1 −1 src/ch18-03-pattern-syntax.md
2 changes: 1 addition & 1 deletion src/doc/embedded-book
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
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide
Submodule rustc-dev-guide updated 1 files
+29 −20 src/constants.md

0 comments on commit 565669f

Please sign in to comment.