4 files changed
+4
-4
lines changed- ci/dictionary.txt+1
- listings/ch03-common-programming-concepts/no-listing-24-comments-end-of-line/src/main.rs+1-1
- listings/ch03-common-programming-concepts/no-listing-25-comments-above-line/src/main.rs+1-1
- listings/ch04-understanding-ownership/listing-04-04/src/main.rs+16-15
- listings/ch04-understanding-ownership/listing-04-09/src/main.rs+4-3
- listings/ch04-understanding-ownership/no-listing-13-reference-scope-ends/src/main.rs+1-1
- listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/src/main.rs+2-2
- listings/ch07-managing-growing-projects/listing-07-05/src/lib.rs+3
- listings/ch07-managing-growing-projects/listing-07-07/src/lib.rs+3
- listings/ch07-managing-growing-projects/listing-07-09/src/lib.rs+3-3
- listings/ch08-common-collections/listing-08-12/src/main.rs+1-1
- listings/ch15-smart-pointers/listing-15-26/src/main.rs+1-1
- listings/ch20-advanced-features/listing-20-32/hello_macro/hello_macro_derive/src/lib.rs+2-2
- src/appendix-03-derivable-traits.md+15-15
- src/ch00-00-introduction.md+9-9
- src/ch01-03-hello-cargo.md-2
- src/ch02-00-guessing-game-tutorial.md+1-1
- src/ch03-02-data-types.md+6-6
- src/ch03-04-comments.md+2-2
- src/ch04-03-slices.md+3-3
- src/ch06-02-match.md+1-1
- src/ch07-00-managing-growing-projects-with-packages-crates-and-modules.md+1-1
- src/ch07-01-packages-and-crates.md+9-10
- src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md+5-5
- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md+17-17
- src/ch08-00-common-collections.md+6-6
- src/ch08-01-vectors.md+1-2
- src/ch08-03-hash-maps.md+7-8
- src/ch09-00-error-handling.md+2-2
- src/ch09-02-recoverable-errors-with-result.md+9-9
- src/ch09-03-to-panic-or-not-to-panic.md+2-2
- src/ch10-01-syntax.md+2-2
- src/ch10-03-lifetime-syntax.md+10-10
- src/ch11-00-testing.md+4-4
- src/ch11-01-writing-tests.md+20-23
- src/ch11-03-test-organization.md+13-14
- src/ch15-00-smart-pointers.md+2-2
- src/ch15-01-box.md+4-4
- src/ch15-02-deref.md+15-11
- src/ch15-03-drop.md+2-2
- src/ch15-04-rc.md+3-3
- src/ch15-05-interior-mutability.md+7-7
- src/ch15-06-reference-cycles.md+6-6
- src/ch16-00-concurrency.md+4-4
- src/ch16-01-threads.md+10-10
- src/ch16-02-message-passing.md+12-10
- src/ch16-03-shared-state.md+10-10
- src/ch16-04-extensible-concurrency-sync-and-send.md+2-2
- src/ch17-04-streams.md+2-2
- src/ch17-05-traits-for-async.md+2-2
- src/ch18-01-what-is-oo.md+4-4
- src/ch18-02-trait-objects.md+13-13
- src/ch19-01-all-the-places-for-patterns.md+1-1
- src/ch19-03-pattern-syntax.md+2-2
- src/ch20-01-unsafe-rust.md+25-26
- src/ch20-02-advanced-traits.md+27-28
- src/ch20-03-advanced-types.md+29-33
- src/ch20-04-advanced-functions-and-closures.md+11-11
- src/ch20-05-macros.md+9-9
- src/ch21-01-single-threaded.md+18-18
- src/ch21-02-multithreaded.md+66-63
- src/ch21-03-graceful-shutdown-and-cleanup.md+43-42
- src/title-page.md-1
- tools/doc-to-md.sh+3
- tools/docx-to-md.xsl+40-20
0 commit comments