mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
lint: fix unused_imports
on freebsd target.
This commit is contained in:
parent
a61761f090
commit
29d14cba51
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
// spell-checker:ignore (formats) cymdhm cymdhms mdhm mdhms ymdhm ymdhms datetime mktime
|
// spell-checker:ignore (formats) cymdhm cymdhms mdhm mdhms ymdhm ymdhms datetime mktime
|
||||||
|
|
||||||
use crate::common::util::{AtPath, TestScenario};
|
use crate::common::util::{AtPath, TestScenario};
|
||||||
use filetime::{set_symlink_file_times, FileTime};
|
#[cfg(not(target_os = "freebsd"))]
|
||||||
|
use filetime::set_symlink_file_times;
|
||||||
|
use filetime::FileTime;
|
||||||
use std::fs::remove_file;
|
use std::fs::remove_file;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue