mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
factor: expand glob import in test
This commit is contained in:
@@ -118,7 +118,7 @@ fn test_cli_args() {
|
||||
|
||||
#[test]
|
||||
fn test_random() {
|
||||
use conv::prelude::*;
|
||||
use conv::prelude::ValueFrom;
|
||||
|
||||
let log_num_primes = f64::value_from(NUM_PRIMES).unwrap().log2().ceil();
|
||||
let primes = Sieve::primes().take(NUM_PRIMES).collect::<Vec<u64>>();
|
||||
|
||||
Reference in New Issue
Block a user