1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Fix two "item x is imported redundantly" warnings

This commit is contained in:
Daniel Hofstetter 2024-03-15 14:53:00 +01:00
parent f8e5296aba
commit 6d8b21da80
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
// spell-checker:ignore (formats) cymdhm cymdhms mdhm mdhms ymdhm ymdhms datetime mktime
use crate::common::util::{AtPath, TestScenario};
use filetime::{self, set_symlink_file_times, FileTime};
use filetime::{set_symlink_file_times, FileTime};
use std::fs::remove_file;
use std::path::PathBuf;