2 files changed
+2
-2
lines changed- .travis.yml+1-1
- README.md+1-1
- src/appendix-01-keywords.md+1
- src/ch02-00-guessing-game-tutorial.md+1-1
- src/ch03-01-variables-and-mutability.md+1-1
- src/ch03-05-control-flow.md+2-2
- src/ch04-01-what-is-ownership.md+3-3
- src/ch04-02-references-and-borrowing.md+1-1
- src/ch05-02-example-structs.md+2-2
- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md+5-9
- src/ch09-02-recoverable-errors-with-result.md+2-2
- src/ch10-01-syntax.md+2-2
- src/ch11-03-test-organization.md+1-1
- src/ch13-01-closures.md+1-1
- src/ch14-01-release-profiles.md+1-1
- src/ch15-02-deref.md+1-1
- src/ch16-02-message-passing.md+1-2
- src/ch16-03-shared-state.md+1-1
- src/ch17-03-oo-design-patterns.md+1-1
- src/ch18-03-pattern-syntax.md+10-10
- src/ch19-01-unsafe-rust.md+1
- src/ch20-02-multithreaded.md+1-1
- src/title-page.md+1-1
- tools/src/bin/lfp.rs+1-1
Submodule rust-by-example updated 10 files
- src/SUMMARY.md+6
- src/conversion/try_from_try_into.md+45
- src/custom_types/enum.md+46-1
- src/error/option_unwrap/question_mark.md+58
- src/fn/closures/output_parameters.md+11-13
- src/testing/unit_testing.md+30
- src/trait/dyn.md+47
- src/trait/impl_trait.md+59
- src/traits/disambiguating.md+62
- src/traits/supertraits.md+43
0 commit comments