Skip to content

Commit 4d1e415

Browse files
committed
Remove some commented out code so the pretty printer doesn't get confused.
1 parent bb572b4 commit 4d1e415

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/bench/core-vec-append.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import io::writer_util;
77
fn collect_raw(num: uint) -> [uint] {
88
let mut result = [];
99
for uint::range(0u, num) { |i|
10-
//result += [i];
1110
vec::push(result, i);
12-
//result = vec::append(result, [i]);
1311
}
1412
ret result;
1513
}

0 commit comments

Comments
 (0)