forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a necessary prerequisite of rust-lang#92611, to make a new page exist and satisfy the link checker.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rust-by-example
updated
19 files
+9 −3 | .github/workflows/rbe.yml | |
+6 −0 | book.toml | |
+2 −0 | src/SUMMARY.md | |
+2 −0 | src/attribute/cfg.md | |
+0 −1 | src/custom_types/structs.md | |
+1 −1 | src/error/result/enter_question_mark.md | |
+2 −0 | src/flow_control/match/destructuring.md | |
+48 −0 | src/flow_control/match/destructuring/destructure_slice.md | |
+1 −1 | src/fn/closures/closure_examples/iter_any.md | |
+2 −2 | src/fn/closures/closure_examples/iter_find.md | |
+5 −4 | src/fn/closures/input_parameters.md | |
+1 −1 | src/generics/assoc_items/types.md | |
+2 −2 | src/generics/bounds.md | |
+1 −1 | src/hello/print.md | |
+1 −1 | src/meta.md | |
+9 −2 | src/scope/move/partial_move.md | |
+1 −1 | src/std/result/question_mark.md | |
+1 −1 | src/std/str.md | |
+437 −0 | src/unsafe/asm.md |