1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 03:26:18 +00:00

Fix "item x imported redundantly" warnings

This commit is contained in:
Daniel Hofstetter 2024-02-19 15:19:36 +01:00
parent 177ac7ea28
commit 725da985c1
17 changed files with 7 additions and 29 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, FileTime};
use filetime::FileTime;
use std::fs::remove_file;
use std::path::PathBuf;