Skip to content

Commit 5605056

Browse files
committed
don't use turbofish on run
1 parent 83dc5b7 commit 5605056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/examples/nbody.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,5 @@ fn main() {
186186
//.parse()
187187
//.expect("argument should be a usize");
188188
//run(&mut std::io::stdout(), n, alg);
189-
println!("{:?}", run_k::<10>(10, 10));
189+
println!("{:?}", run(10));
190190
}

0 commit comments

Comments
 (0)