提交 4d1e4156 编写于 作者: E Eric Holk

Remove some commented out code so the pretty printer doesn't get confused.

上级 bb572b42
......@@ -7,9 +7,7 @@
fn collect_raw(num: uint) -> [uint] {
let mut result = [];
for uint::range(0u, num) { |i|
//result += [i];
vec::push(result, i);
//result = vec::append(result, [i]);
}
ret result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册