forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule book
updated
3 files
+1 −1 | CONTRIBUTING.md | |
+2 −2 | README.md | |
+1 −1 | src/ch01-02-hello-world.md |
Submodule rust-by-example
updated
16 files
+1 −0 | README.md | |
+3 −3 | src/cargo/test.md | |
+21 −12 | src/error/abort_unwind.md | |
+1 −1 | src/error/multiple_error_types/boxing_errors.md | |
+1 −1 | src/error/multiple_error_types/reenter_question_mark.md | |
+0 −1 | src/error/option_unwrap/defaults.md | |
+2 −2 | src/flow_control/match/guard.md | |
+1 −1 | src/fn/closures.md | |
+1 −1 | src/fn/closures/capture.md | |
+5 −5 | src/index.md | |
+1 −1 | src/macros/dsl.md | |
+1 −1 | src/meta/playground.md | |
+2 −2 | src/scope/lifetime/explicit.md | |
+2 −2 | src/trait/clone.md | |
+2 −2 | src/trait/disambiguating.md | |
+6 −5 | src/unsafe/asm.md |
Submodule rustc-dev-guide
updated
4 files
+1 −0 | src/SUMMARY.md | |
+13 −11 | src/llvm-coverage-instrumentation.md | |
+33 −14 | src/tests/compiletest.md | |
+1 −1 | src/walkthrough.md |