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 0559469 commit 7d6b5d9Copy full SHA for 7d6b5d9
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 2a6c6348b7c5361fc8df28b51933792385f746f4
+refs/heads/master: d1c558394f52cc5295d8c7ce1fafc08927ab8106
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/doc/tutorial.md
@@ -1913,7 +1913,7 @@ struct TimeBomb {
1913
}
1914
1915
impl TimeBomb : Drop {
1916
- fn finalize() {
+ fn finalize(&self) {
1917
for iter::repeat(self.explosivity) {
1918
io::println("blam!");
1919
0 commit comments