We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb168e commit fb576beCopy full SHA for fb576be
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 684cd77222149177f78578fd71e18f2573292f93
+refs/heads/master: 3797827460bde2044acb17415a51c0351b5d2dec
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
trunk/src/doc/trpl/method-syntax.md
@@ -71,6 +71,7 @@ impl Circle {
71
fn takes_ownership(self) {
72
println!("taking ownership of self!");
73
}
74
+}
75
```
76
77
Finally, as you may remember, the value of the area of a circle is `π*r²`.
0 commit comments