mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
fix: gate unix-only imports
This commit is contained in:
parent
197bd2e10c
commit
a046d94e75
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
use common::util::*;
|
use common::util::*;
|
||||||
|
#[cfg(not(windows))]
|
||||||
use std::fs::set_permissions;
|
use std::fs::set_permissions;
|
||||||
|
|
||||||
static TEST_EXISTING_FILE: &str = "existing_file.txt";
|
static TEST_EXISTING_FILE: &str = "existing_file.txt";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue