forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
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#135842 - chriskrycho:trpl-2024-edition-more…
…, r=ehuss TRPL: more backward-compatible Edition changes - Improve the discussion of `unsafe` blocks within `unsafe` functions. - Fix formatting in Appendix A - Incorporate line edits to Chapter 17 from NoStarch.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule book
updated
11 files
+3 −0 | ci/dictionary.txt | |
+4 −4 | src/SUMMARY.md | |
+1 −3 | src/appendix-01-keywords.md | |
+102 −92 | src/ch17-00-async-await.md | |
+196 −190 | src/ch17-01-futures-and-syntax.md | |
+123 −101 | src/ch17-02-concurrency-with-async.md | |
+152 −137 | src/ch17-03-more-futures.md | |
+183 −172 | src/ch17-04-streams.md | |
+229 −227 | src/ch17-05-traits-for-async.md | |
+68 −69 | src/ch17-06-futures-tasks-threads.md | |
+6 −8 | src/ch20-01-unsafe-rust.md |