Commit c33b89d
authored
Rollup merge of rust-lang#63353 - ehuss:update-books, r=ehuss
Update books
## nomicon
1 commits in b7f0aba2f88a8feade70595efcfa3438e54e96c0..8a7d05615e5bc0a7fb961b4919c44f5221ee54da
2019-07-11 15:11:36 -0400 to 2019-08-07 07:46:59 -0500
- s/railguard/guardrail/ (rust-lang/nomicon#156)
## reference
5 commits in 8e7d614..b4b3536
2019-07-16 21:02:33 +0100 to 2019-08-07 02:29:50 +0200
- Update partially initialized values in drop documentation. (rust-lang/reference#648)
- Define sound and unsound (rust-lang/reference#647)
- Fix a type in the modules section: functions => modules (rust-lang/reference#645)
- Fix some links. (rust-lang/reference#642)
- Update recursion_limit default limit (rust-lang/reference#633)
## rust-by-example
14 commits in e3679e214d8db44586aca9b20aa27517007d1923..f2c15ba5ee89ae9469a2cf60494977749901d764
2019-07-15 11:13:44 -0300 to 2019-08-07 10:14:25 -0300
- Remove redundant semicolons (rust-lang/rust-by-example#1239)
- Rename "Read Lines" chapter title (rust-lang/rust-by-example#1230)
- Added space between word and inline code block in unit_testing.md (rust-lang/rust-by-example#1237)
- [typo] fix unit_testing wrong output (rust-lang/rust-by-example#1210)
- flow_control/match/binding.md: `...' -> `..=' (rust-lang/rust-by-example#1233)
- generics/impl.md: follow rustfmt style (rust-lang/rust-by-example#1236)
- freeze.md: Incorrect example (rust-lang/rust-by-example#1226)
- Make `point` consistent (rust-lang/rust-by-example#1229)
- Fix typo at error -> panic (rust-lang/rust-by-example#1227)
- Snake didn't deserve to die 🐍 (rust-lang/rust-by-example#1228)
- Reorder links in destructuring.md (rust-lang/rust-by-example#1225)
- Rename variable names for consistent in iter_result.md (rust-lang/rust-by-example#1224)
- Fix several shell output and code highlights. (rust-lang/rust-by-example#1222)
- Add new example for Rc. (rust-lang/rust-by-example#1223)
## edition-guide
5 commits in f6c8b92d4e63edd28e862be952f33861f35956f8..e58bc4ca104e890ac56af846877c874c432a64b5
2019-07-06 22:10:32 +0200 to 2019-07-31 20:14:12 +0200
- Hide extraneous `use` in anonymous lifetime example. (rust-lang/edition-guide#190)
- Attempt to clarify "no more mod.rs". (rust-lang/edition-guide#187)
- Remove -preview for rustup components. (rust-lang/edition-guide#188)
- rust-lang/edition-guide#184 More clear explanation and Title. (rust-lang/edition-guide#185)
- More clear table headers (rust-lang/edition-guide#186)
## embedded-book
2 commits in ff334e74fdb9f197e621efa6d7c3105be892e888..c5da1e11915d3f28266168baaf55822f7e3fe999
2019-07-16 13:47:34 +0000 to 2019-08-05 23:02:10 +0000
- install/verify: fix next section link (rust-embedded/book#202)
- Syst small fix (rust-embedded/book#198)File tree
5 files changed
+5
-5
lines changed- src/doc
5 files changed
+5
-5
lines changedSubmodule edition-guide updated from f6c8b92 to e58bc4c
Submodule nomicon updated from b7f0aba to 8a7d056
Submodule reference updated from 8e7d614 to b4b3536
Submodule rust-by-example updated 31 files
- src/SUMMARY.md+1
- src/attribute/cfg/custom.md+1-1
- src/attribute/crate.md+1-1
- src/cargo/test.md+6-6
- src/crates/lib.md+1-1
- src/crates/link.md+1-1
- src/error/iter_result.md+2-2
- src/error/option_unwrap.md+1-1
- src/error/panic.md+1-1
- src/flow_control/if_let.md+2-2
- src/flow_control/match/binding.md+2-2
- src/flow_control/match/destructuring.md+1-1
- src/generics/impl.md+13-9
- src/macros/dry.md+1-1
- src/meta/doc.md+1-1
- src/mod/split.md+2-2
- src/scope/borrow/alias.md+3-3
- src/scope/borrow/freeze.md+4-2
- src/scope/raii.md+1-1
- src/std/panic.md+1-1
- src/std/rc.md+54
- src/std_misc/arg.md+1-1
- src/std_misc/arg/matching.md+1-1
- src/std_misc/file/create.md+1-1
- src/std_misc/file/open.md+1-1
- src/std_misc/file/read_lines.md+5-5
- src/std_misc/fs.md+2-2
- src/testing/dev_dependencies.md+1-1
- src/testing/doc_testing.md+1-1
- src/testing/integration_testing.md+1-1
- src/testing/unit_testing.md+10-8
0 commit comments