Skip to content

Commit 8af022e

Browse files
committed
---
yaml --- r: 208031 b: refs/heads/snap-stage3 c: 2741b94 h: refs/heads/master i: 208029: 2368df0 208027: d1492af 208023: 5e0494a 208015: 6e08e6f 207999: cbc6a11 v: v3
1 parent f0758b7 commit 8af022e

File tree

11 files changed

+595
-1778
lines changed

11 files changed

+595
-1778
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 38a97becdf3e6a6157f6f7ec2d98ade8d8edc193
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 5b1ddeb38fd57ca64a9a11c3b1a8690644190043
4+
refs/heads/snap-stage3: 2741b94daaa56c0f88ed91a7a4e9b888a5b835a0
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/doc/trpl/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* [Hello, world!](hello-world.md)
66
* [Hello, Cargo!](hello-cargo.md)
77
* [Learn Rust](learn-rust.md)
8-
* [Guessing Game](guessing-game.md)
98
* [Effective Rust](effective-rust.md)
109
* [The Stack and the Heap](the-stack-and-the-heap.md)
1110
* [Testing](testing.md)
@@ -27,6 +26,7 @@
2726
* [References and Borrowing](references-and-borrowing.md)
2827
* [Lifetimes](lifetimes.md)
2928
* [Mutability](mutability.md)
29+
* [Move semantics](move-semantics.md)
3030
* [Enums](enums.md)
3131
* [Match](match.md)
3232
* [Structs](structs.md)

0 commit comments

Comments
 (0)