-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule book
updated
9 files
+64 −0 | .github/workflows/main.yml | |
+0 −18 | .travis.yml | |
+1 −1 | ADMIN_TASKS.md | |
+1 −1 | README.md | |
+0 −25 | ci/build.sh | |
+4 −0 | ci/validate.sh | |
+0 −18 | src/ch01-01-installation.md | |
+7 −7 | src/ch04-01-what-is-ownership.md | |
+8 −7 | src/ch20-01-single-threaded.md |
Submodule edition-guide
updated
8 files
+10 −0 | src/SUMMARY.md | |
+104 −0 | src/rust-next/dbg-macro.md | |
+3 −0 | src/rust-next/edition-changes.md | |
+7 −0 | src/rust-next/index.md | |
+18 −0 | src/rust-next/literal-macro-matcher.md | |
+43 −0 | src/rust-next/no-jemalloc.md | |
+14 −0 | src/rust-next/qustion-mark-operator-in-macros.md | |
+23 −0 | src/rust-next/uniform-paths.md |
Submodule embedded-book
updated
4 files
+1 −18 | src/concurrency/index.md | |
+1 −1 | src/intro/install/verify.md | |
+6 −6 | src/intro/install/windows.md | |
+43 −19 | src/start/qemu.md |
Submodule reference
updated
11 files
+8 −6 | src/attributes/diagnostics.md | |
+3 −3 | src/conditional-compilation.md | |
+1 −1 | src/expressions/enum-variant-expr.md | |
+5 −6 | src/expressions/operator-expr.md | |
+1 −1 | src/expressions/struct-expr.md | |
+1 −1 | src/expressions/tuple-expr.md | |
+2 −2 | src/items/functions.md | |
+1 −1 | src/paths.md | |
+1 −1 | src/patterns.md | |
+28 −10 | src/tokens.md | |
+14 −8 | src/types/textual.md |
Submodule rust-by-example
updated
5 files
+1 −1 | src/flow_control/match/binding.md | |
+1 −1 | src/fn/closures/capture.md | |
+3 −3 | src/generics/bounds/testcase_empty.md | |
+2 −2 | src/macros/repeat.md | |
+1 −1 | src/std/rc.md |