Commit 61751b2
authored
Rollup merge of #124815 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
3 commits in d207d894cc5e1d496ab99beeacd1a420e5d4d238..bebcf527e67755a989a1739b7cfaa8f0e6b30040
2024-04-30 02:06:57 UTC to 2024-04-25 21:04:25 UTC
- [ch10-03] Fix wording change about mandatory type annotation (rust-lang/book#3904)
- Introduce handling for accessible/semantic note rendering in HTML (rust-lang/book#3907)
- Backport changes from print for ch7 (rust-lang/book#3901)
## rust-embedded/book
1 commits in aa7d4b0b4653ddb47cb1de2036d090ec2ba9dab1..17842ebb050f62e40a4618edeb8e8ee86e758707
2024-05-01 13:23:40 UTC to 2024-05-01 13:23:40 UTC
- Update embedded rust debugging section of tooling.md (rust-embedded/book#369)
## rust-lang/reference
1 commits in 5854fcc286557ad3ab34d325073d11d8118096b6..51817951d0d213a0011f82b62aae02c3b3f2472e
2024-04-27 17:54:45 UTC to 2024-04-27 17:54:45 UTC
- Add docs for `#[collapse_debuginfo]` attribute (rust-lang/reference#1468)
## rust-lang/rust-by-example
3 commits in 60d34b5fd33db1346f9aabfc0c9d0bda6c8e42be..229ad13b64d919b12e548d560f06d88963b25cd3
2024-05-06 00:15:45 UTC to 2024-04-24 18:29:38 UTC
- Missing import (rust-lang/rust-by-example#1841)
- Added missing word (rust-lang/rust-by-example#1838)
- Raw string literal can contain up to 255 #s according to Rust Reference (rust-lang/rust-by-example#1839)
## rust-lang/rustc-dev-guide
5 commits in 07425fe..2d1947f
2024-05-06 06:48:21 UTC to 2024-04-28 18:31:21 UTC
- Add documentation for check-cfg by-default in UI tests (rust-lang/rustc-dev-guide#1966)
- Add documentation on Apple notification group (rust-lang/rustc-dev-guide#1964)
- Update CI documentation to avoid mentioning `expand-yaml-anchors` (rust-lang/rustc-dev-guide#1971)
- Rename `-Z verbose` to `-Z verbose-internals` (rust-lang/rustc-dev-guide#1968)
- typo traige->triage (rust-lang/rustc-dev-guide#1967)File tree
5 files changed
+5
-5
lines changed- src/doc
5 files changed
+5
-5
lines changed- .github/workflows/main.yml+2
- Cargo.lock+2.1k-115
- Cargo.toml+7-38
- book.toml+7-1
- nostarch/book.toml+12
- nostarch/chapter07.md+267-206
- packages/mdbook-trpl-note/Cargo.toml+16
- packages/mdbook-trpl-note/README.md+51
- packages/mdbook-trpl-note/src/lib.rs+285
- packages/mdbook-trpl-note/src/main.rs+38
- packages/mdbook-trpl-note/tests/integration/main.rs+22
- packages/tools/Cargo.toml+46
- packages/tools/src/bin/concat_chapters.rs+1-3
- packages/tools/src/bin/convert_quotes.rs
- packages/tools/src/bin/lfp.rs+3-2
- packages/tools/src/bin/link2print.rs+2-1
- packages/tools/src/bin/release_listings.rs+3-4
- packages/tools/src/bin/remove_hidden_lines.rs
- packages/tools/src/bin/remove_links.rs-2
- packages/tools/src/bin/remove_markup.rs+2-3
- src/ch07-01-packages-and-crates.md+13-12
- src/ch07-02-defining-modules-to-control-scope-and-privacy.md+22-24
- src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md+28-27
- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md+14-14
- src/ch07-05-separating-modules-into-different-files.md+11-11
- src/ch10-03-lifetime-syntax.md+1-1
- theme/semantic-notes.css+13
- tools/nostarch.sh+1-1
Submodule embedded-book updated 1 file
0 commit comments