4 files changed
+4
-4
lines changed- second-edition/dictionary.txt+2-2
- second-edition/dot/trpl04-01.dot+1
- second-edition/dot/trpl04-02.dot+1
- second-edition/dot/trpl04-03.dot+1
- second-edition/dot/trpl04-04.dot+1
- second-edition/dot/trpl04-05.dot+1
- second-edition/dot/trpl04-06.dot+1
- second-edition/dot/trpl15-01.dot+1
- second-edition/dot/trpl15-02.dot+1
- second-edition/dot/trpl15-03.dot+1
- second-edition/nostarch/chapter15.md+797-1.3k
- second-edition/nostarch/odt/chapter15.docx
- second-edition/src/ch08-01-vectors.md+1-1
- second-edition/src/ch10-02-traits.md+2-2
- second-edition/src/ch15-00-smart-pointers.md+37-78
- second-edition/src/ch15-01-box.md+116-188
- second-edition/src/ch15-02-deref.md+133-201
- second-edition/src/ch15-03-drop.md+66-111
- second-edition/src/ch15-04-rc.md+95-119
- second-edition/src/ch15-05-interior-mutability.md+178-217
- second-edition/src/ch15-06-reference-cycles.md+183-257
- second-edition/src/ch17-02-trait-objects.md+1-1
- second-edition/src/ch18-01-all-the-places-for-patterns.md+6-6
- second-edition/src/img/trpl04-01.svg+52-49
- second-edition/src/img/trpl04-02.svg+75-70
- second-edition/src/img/trpl04-03.svg+101-95
- second-edition/src/img/trpl04-04.svg+76-71
- second-edition/src/img/trpl04-05.svg+67-62
- second-edition/src/img/trpl04-06.svg+95-90
- second-edition/src/img/trpl15-01.svg+31-30
- second-edition/src/img/trpl15-02.svg+14-13
- second-edition/src/img/trpl15-03.svg+68-53
Submodule nomicon updated from fec3182 to ad5ddd6
Submodule reference updated from e6a5d5d to 254df65
Submodule rust-by-example updated 24 files
- .gitattributes+2
- src/attribute.md+10
- src/cargo/conventions.md+5-5
- src/cargo/deps.md+3-3
- src/conversion/from_into.md+1-1
- src/crates.md+5-4
- src/custom_types/enum/testcase_linked_list.md+1-1
- src/custom_types/structs.md+8-3
- src/error/multiple_error_types/wrap_error.md+2-2
- src/flow_control/for.md+21-15
- src/fn/closures.md+2-2
- src/fn/closures/capture.md+24
- src/generics/new_types.md+1-4
- src/hello/comment.md+10-10
- src/scope/borrow.md+1-1
- src/scope/lifetime/struct.md+1-1
- src/std/hash.md+1-1
- src/std/hash/hashset.md+2-2
- src/std/result/question_mark.md+2-2
- src/std_misc/arg.md+1-1
- src/std_misc/arg/matching.md+3-3
- src/std_misc/ffi.md+10-43
- src/testing/integration_testing.md+1-1
- src/unsafe.md+22-6
0 commit comments