Skip to content

Commit

Permalink
Update books
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 20, 2021
1 parent da7d405 commit e74d3c7
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 27 files
+0 −4 ferris.js
+0 −1 listings/ch02-guessing-game-tutorial/listing-02-02/Cargo.toml
+0 −1 listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/Cargo.toml
+0 −1 listings/ch14-more-about-cargo/no-listing-01-workspace-with-adder-crate/add/adder/Cargo.toml
+0 −1 listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/add-one/Cargo.toml
+0 −1 listings/ch14-more-about-cargo/no-listing-02-workspace-with-two-crates/add/adder/Cargo.toml
+0 −1 listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/add-one/Cargo.toml
+1 −1 listings/ch19-advanced-features/listing-19-14/src/main.rs
+0 −1 listings/ch19-advanced-features/listing-19-31/hello_macro/Cargo.toml
+0 −1 listings/ch19-advanced-features/listing-19-31/hello_macro/hello_macro_derive/Cargo.toml
+0 −1 listings/ch19-advanced-features/no-listing-21-pancakes/pancakes/Cargo.toml
+1,008 −0 nostarch/chapter02.md
+1 −1 src/appendix-02-operators.md
+3 −0 src/appendix-06-translation.md
+0 −1 src/ch00-00-introduction.md
+15 −7 src/ch01-01-installation.md
+6 −7 src/ch01-03-hello-cargo.md
+37 −43 src/ch02-00-guessing-game-tutorial.md
+4 −2 src/ch03-02-data-types.md
+2 −2 src/ch06-01-defining-an-enum.md
+4 −4 src/ch08-03-hash-maps.md
+3 −0 src/ch10-02-traits.md
+4 −2 src/ch12-04-testing-the-librarys-functionality.md
+1 −3 src/ch14-02-publishing-to-crates-io.md
+7 −7 src/ch19-01-unsafe-rust.md
+0 −291 src/img/ferris/unsafe.svg
+0 −3 tools/src/bin/link2print.rs
2 changes: 1 addition & 1 deletion src/doc/embedded-book
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide

0 comments on commit e74d3c7

Please sign in to comment.