Skip to content

Commit fb576be

Browse files
committed
---
yaml --- r: 189374 b: refs/heads/master c: 3797827 h: refs/heads/master v: v3
1 parent cfb168e commit fb576be

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,5 +1,5 @@
11
---
2-
refs/heads/master: 684cd77222149177f78578fd71e18f2573292f93
2+
refs/heads/master: 3797827460bde2044acb17415a51c0351b5d2dec
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
55
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1

trunk/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)