4 files changed
+4
-4
lines changed- 2018-edition/src/appendix-07-nightly-rust.md+1-1
- 2018-edition/src/ch07-02-controlling-visibility-with-pub.md+1-1
- 2018-edition/src/ch11-03-test-organization.md+2
- second-edition/dictionary.txt+2
- second-edition/nostarch/odt/index.docx
- second-edition/src/ch00-00-introduction.md+42-36
- second-edition/src/ch02-00-guessing-game-tutorial.md+47-34
- second-edition/src/ch03-01-variables-and-mutability.md+12-12
- second-edition/src/ch03-02-data-types.md+2-2
- second-edition/src/ch03-03-how-functions-work.md+3-5
- second-edition/src/ch03-04-comments.md+3-3
- second-edition/src/ch03-05-control-flow.md+11-10
- second-edition/src/ch04-01-what-is-ownership.md+16-16
- second-edition/src/ch04-02-references-and-borrowing.md+9-10
- second-edition/src/ch04-03-slices.md+18-13
- second-edition/src/ch10-00-generics.md+6-6
- second-edition/src/ch10-01-syntax.md+25-25
- second-edition/src/ch10-02-traits.md+12-12
- second-edition/src/ch10-03-lifetime-syntax.md+40-38
- second-edition/src/ch18-00-patterns.md+5-5
- second-edition/src/ch18-01-all-the-places-for-patterns.md+25-25
- second-edition/src/ch18-02-refutability.md+5-5
- second-edition/src/ch18-03-pattern-syntax.md+46-45
Submodule nomicon updated from 3c56329 to 748a5e6
Submodule reference updated from 7629634 to 134f419
Submodule rust-by-example updated 16 files
- .travis.yml+1-1
- README.md+1-1
- src/SUMMARY.md+4-4
- src/cargo.md+1-1
- src/cargo/conventions.md+4-3
- src/cargo/deps.md+12-8
- src/conversion/string.md+1-1
- src/flow_control/for.md+20
- src/fn.md+1
- src/scope/lifetime.md+8-8
- src/scope/lifetime/elision.md+1-1
- src/scope/lifetime/fn.md+3-3
- src/scope/lifetime/static_lifetime.md+1-1
- src/std_misc/threads/testcase_mapreduce.md+1-1
- src/trait/iter.md+1-4
- src/trait/ops.md+1-1
0 commit comments