mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests: fix unused imports warnings on Windows
This commit is contained in:
parent
6988eb7ec6
commit
94aeba9854
3 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
// spell-checker:ignore NOFILE
|
||||
|
||||
use crate::common::util::{vec_of_size, TestScenario};
|
||||
#[cfg(not(windows))]
|
||||
use crate::common::util::vec_of_size;
|
||||
use crate::common::util::TestScenario;
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
use rlimit::Resource;
|
||||
use std::fs::OpenOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue