Skip to content

Commit a9fea86

Browse files
committed
Tweak graph500-bfs so it pretty-prints
1 parent a005b1a commit a9fea86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/bench/graph500-bfs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
#[legacy_modes];
2+
13
/*!
24
35
An implementation of the Graph500 Breadth First Search problem in Rust.
46
57
*/
68

7-
#[legacy_modes];
8-
99
extern mod std;
1010
use std::arc;
1111
use std::time;

0 commit comments

Comments
 (0)