File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
branches/snap-stage3/src/test/bench Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: bb572b4234df9c206ed97606c9e1c2dd40e06dab
4
+ refs/heads/snap-stage3: 4d1e41561128899d6c29cef81a85be4303298698
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ import io::writer_util;
7
7
fn collect_raw ( num : uint ) -> [ uint ] {
8
8
let mut result = [ ] ;
9
9
for uint:: range( 0 u, num) { |i|
10
- //result += [i];
11
10
vec:: push( result, i) ;
12
- //result = vec::append(result, [i]);
13
11
}
14
12
ret result;
15
13
}
You can’t perform that action at this time.
0 commit comments