mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix two "item x is imported redundantly" warnings
This commit is contained in:
@@ -650,7 +650,7 @@ mod tests {
|
||||
use super::*;
|
||||
#[cfg(unix)]
|
||||
use std::os::unix;
|
||||
use std::path::{Component, Path, PathBuf};
|
||||
use std::path::{Component, PathBuf};
|
||||
#[cfg(unix)]
|
||||
use tempfile::tempdir;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user