Skip to content

Commit 987ffd3

Browse files
committed
---
yaml --- r: 190400 b: refs/heads/snap-stage3 c: 3797827 h: refs/heads/master v: v3
1 parent 298d5cd commit 987ffd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 857ac28867722111249b5c3ef68e32499bd11ea0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 684cd77222149177f78578fd71e18f2573292f93
4+
refs/heads/snap-stage3: 3797827460bde2044acb17415a51c0351b5d2dec
55
refs/heads/try: 1c28ab65017d74fc13d003f7c7a73d1a48e5406f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/doc/trpl/method-syntax.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ impl Circle {
7171
fn takes_ownership(self) {
7272
println!("taking ownership of self!");
7373
}
74+
}
7475
```
7576

7677
Finally, as you may remember, the value of the area of a circle is `π*r²`.

0 commit comments

Comments
 (0)