Commit 666aaf9
authored
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.1 file changed
+1
-1
lines changed- ci/dictionary.txt+3
- src/SUMMARY.md+4-4
- src/appendix-01-keywords.md+1-3
- src/ch17-00-async-await.md+102-92
- src/ch17-01-futures-and-syntax.md+196-190
- src/ch17-02-concurrency-with-async.md+123-101
- src/ch17-03-more-futures.md+152-137
- src/ch17-04-streams.md+183-172
- src/ch17-05-traits-for-async.md+229-227
- src/ch17-06-futures-tasks-threads.md+68-69
- src/ch20-01-unsafe-rust.md+6-8
0 commit comments