-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 3f6dc54
authored
Rollup merge of #143248 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
2 commits in 8a6d44e45b7b564eeb6bae30507e1fbac439d72d..ef1ce8f87a8b18feb1b6a9cf9a4939a79bde6795
2025年06月28日 18:06:08 UTC to 2025年06月26日 23:08:19 UTC
- Chapter 14 from tech review (rust-lang/book#4423)
- Chapter 13 from tech review (rust-lang/book#4421)
## rust-embedded/book
1 commits in 10fa1e084365f23f24ad0000df541923385b73b6..41f688a598a5022b749e23d37f3c524f6a0b28e1
2025年06月27日 07:21:31 UTC to 2025年06月27日 07:21:31 UTC
- Fix incorrect type for semihosted stdout stream #394 (rust-embedded/book#395)
## rust-lang/reference
4 commits in 50fc1628f36563958399123829c73755fa7a8421..e9fc99f107840813916f62e16b3f6d9556e1f2d8
2025年06月28日 20:00:14 UTC to 2025年06月24日 19:02:48 UTC
- fix: swap places for 2 words in associated-items.md sentence. (rust-lang/reference#1871)
- Add new temporary lifetime extension rule (rust-lang/reference#1813)
- Fix smart punctuation inside grammar terminals (rust-lang/reference#1869)
- Fix placement of codegen link definitions (rust-lang/reference#1868)
## rust-lang/rust-by-example
1 commits in 05c7d8bae65f23a1837430c5a19be129d414f5ec..288b4e4948add43f387cad35adc7b1c54ca6fe12
2025年06月25日 12:35:59 UTC to 2025年06月25日 12:35:59 UTC
- allow easy fixes (rust-lang/rust-by-example#1941)4 files changed
+4
-4
lines changed- listings/ch12-an-io-project/listing-12-19/src/lib.rs+2
- listings/ch13-functional-features/listing-12-23-reproduced/src/lib.rs-47
- listings/ch13-functional-features/listing-12-23-reproduced/src/main.rs+47-2
- listings/ch13-functional-features/listing-12-24-reproduced/src/lib.rs-45
- listings/ch13-functional-features/listing-12-24-reproduced/src/main.rs+45-2
- listings/ch13-functional-features/listing-13-18/src/lib.rs-45
- listings/ch13-functional-features/listing-13-18/src/main.rs+45-2
- listings/ch13-functional-features/listing-13-19/src/lib.rs-50
- listings/ch13-functional-features/listing-13-19/src/main.rs+51-2
- listings/ch13-functional-features/listing-13-20/src/lib.rs-54
- listings/ch13-functional-features/listing-13-20/src/main.rs+54-2
- listings/ch13-functional-features/listing-13-22/src/lib.rs-52
- listings/ch13-functional-features/listing-13-22/src/main.rs+37-5
- listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.toml+1-1
- nostarch/chapter13.md+122-155
- nostarch/chapter14.md+106-95
- nostarch/docx/chapter13.docx
- nostarch/docx/chapter14.docx
- src/ch13-01-closures.md+41-38
- src/ch13-02-iterators.md+11-12
- src/ch13-03-improving-our-io-project.md+40-27
- src/ch13-04-performance.md+7-48
- src/ch14-00-more-about-cargo.md+3-3
- src/ch14-01-release-profiles.md+1-1
- src/ch14-02-publishing-to-crates-io.md+34-28
- src/ch14-03-cargo-workspaces.md+11-10
- src/ch14-04-installing-binaries.md+2-1
- src/ch14-05-extending-cargo.md+1-1
- src/img/trpl14-01.png
- src/img/trpl14-02.png
- src/img/trpl14-03.png
- src/img/trpl14-04.png
Submodule embedded-book updated 1 file
Submodule rust-by-example updated 1 file
0 commit comments