-
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.
Rollup merge of #54040 - steveklabnik:update-books, r=Mark-Simulacrum
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
17 files
Submodule nomicon
updated
from ae42ad to 7fd493
Submodule reference
updated
from 219e26 to 821355
Submodule rust-by-example
updated
11 files
+5 −2 | src/SUMMARY.md | |
+7 −0 | src/compatibility.md | |
+42 −0 | src/compatibility/raw_identifiers.md | |
+5 −9 | src/custom_types/constants.md | |
+1 −1 | src/flow_control/match/binding.md | |
+1 −1 | src/hello/print.md | |
+4 −2 | src/index.md | |
+1 −0 | src/macros/designators.md | |
+19 −3 | src/mod/use.md | |
+1 −1 | src/primitives/array.md | |
+10 −2 | src/std_misc/channels.md |