forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule book
updated
2 files
+1 −1 | src/ch06-02-match.md | |
+1 −1 | src/ch09-02-recoverable-errors-with-result.md |
Submodule edition-guide
updated
6 files
+2 −2 | README.md | |
+1 −1 | book.toml | |
+1 −1 | src/SUMMARY.md | |
+38 −10 | src/editions/creating-a-new-project.md | |
+6 −4 | src/editions/index.md | |
+1 −1 | src/introduction.md |
Submodule reference
updated
16 files
+1 −1 | src/SUMMARY.md | |
+9 −0 | src/attributes/type_system.md | |
+4 −2 | src/const_eval.md | |
+2 −2 | src/destructors.md | |
+4 −2 | src/expressions.md | |
+1 −1 | src/expressions/await-expr.md | |
+2 −1 | src/expressions/block-expr.md | |
+81 −75 | src/expressions/if-expr.md | |
+26 −54 | src/expressions/loop-expr.md | |
+1 −1 | src/expressions/struct-expr.md | |
+3 −3 | src/items/external-blocks.md | |
+2 −2 | src/names.md | |
+2 −2 | src/names/namespaces.md | |
+1 −1 | src/patterns.md | |
+1 −1 | src/subtyping.md | |
+2 −2 | src/tokens.md |
Submodule rust-by-example
updated
9 files
+1 −0 | book.toml | |
+1 −1 | src/SUMMARY.md | |
+6 −6 | src/error/option_unwrap/defaults.md | |
+1 −1 | src/flow_control.md | |
+12 −10 | src/hello/print.md | |
+2 −2 | src/meta.md | |
+1 −1 | src/meta/doc.md | |
+4 −4 | src/meta/playground.md | |
+5 −3 | src/std_misc/threads/testcase_mapreduce.md |
Submodule rustc-dev-guide
updated
31 files