提交 d1c55839 编写于 作者: B Brian Anderson

Fix tutorial's use of Drop

上级 2a6c6348
......@@ -1913,7 +1913,7 @@ struct TimeBomb {
}
impl TimeBomb : Drop {
fn finalize() {
fn finalize(&self) {
for iter::repeat(self.explosivity) {
io::println("blam!");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册