mirror of
https://github.com/uutils/coreutils.git
synced 2025-08-30 23:38:11 +00:00
factor: fix two "unused import" warnings in test
This commit is contained in:
parent
0b2d52ddf5
commit
fddfa1e763
1 changed files with 4 additions and 3 deletions
|
@ -11,8 +11,6 @@
|
|||
)]
|
||||
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
|
||||
use std::fmt::Write;
|
||||
use std::time::{Duration, SystemTime};
|
||||
|
@ -64,7 +62,10 @@ fn test_parallel() {
|
|||
use sha1::{Digest, Sha1};
|
||||
use std::{fs::OpenOptions, time::Duration};
|
||||
use tempfile::TempDir;
|
||||
use uutests::util::AtPath;
|
||||
use uutests::{
|
||||
util::{AtPath, TestScenario},
|
||||
util_name,
|
||||
};
|
||||
// factor should only flush the buffer at line breaks
|
||||
let n_integers = 100_000;
|
||||
let mut input_string = String::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue