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.
Rollup merge of rust-lang#48101 - Mark-Simulacrum:new-books, r=stevek…
…labnik Update books for next release
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule book
updated
32 files
Submodule nomicon
updated
from fec318 to ad5ddd
Submodule reference
updated
from e6a5d5 to 254df6
Submodule rust-by-example
updated
24 files
+2 −0 | .gitattributes | |
+10 −0 | src/attribute.md | |
+5 −5 | src/cargo/conventions.md | |
+3 −3 | src/cargo/deps.md | |
+1 −1 | src/conversion/from_into.md | |
+5 −4 | src/crates.md | |
+1 −1 | src/custom_types/enum/testcase_linked_list.md | |
+8 −3 | src/custom_types/structs.md | |
+2 −2 | src/error/multiple_error_types/wrap_error.md | |
+21 −15 | src/flow_control/for.md | |
+2 −2 | src/fn/closures.md | |
+24 −0 | src/fn/closures/capture.md | |
+1 −4 | src/generics/new_types.md | |
+10 −10 | src/hello/comment.md | |
+1 −1 | src/scope/borrow.md | |
+1 −1 | src/scope/lifetime/struct.md | |
+1 −1 | src/std/hash.md | |
+2 −2 | src/std/hash/hashset.md | |
+2 −2 | src/std/result/question_mark.md | |
+1 −1 | src/std_misc/arg.md | |
+3 −3 | src/std_misc/arg/matching.md | |
+10 −43 | src/std_misc/ffi.md | |
+1 −1 | src/testing/integration_testing.md | |
+22 −6 | src/unsafe.md |