We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e3545 commit c037be8Copy full SHA for c037be8
benches/bench.rs
@@ -357,7 +357,7 @@ const SORT_MAP_SIZE: usize = 10_000;
357
358
// use lazy_static so that comparison benchmarks use the exact same inputs
359
lazy_static! {
360
- static ref KEYS: Vec<u32> = { shuffled_keys(0..LOOKUP_MAP_SIZE) };
+ static ref KEYS: Vec<u32> = shuffled_keys(0..LOOKUP_MAP_SIZE);
361
}
362
363
0 commit comments