Skip to content

Commit f97f19b

Browse files
committed
Remove unused braces
1 parent ce02330 commit f97f19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/bench.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ const SORT_MAP_SIZE: usize = 10_000;
357357

358358
// use lazy_static so that comparison benchmarks use the exact same inputs
359359
lazy_static! {
360-
static ref KEYS: Vec<u32> = { shuffled_keys(0..LOOKUP_MAP_SIZE) };
360+
static ref KEYS: Vec<u32> = shuffled_keys(0..LOOKUP_MAP_SIZE);
361361
}
362362

363363
lazy_static! {

0 commit comments

Comments
 (0)