mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #6077 from cakebaker/fix_imported_redundantly_warnings
Fix two "item x is imported redundantly" warnings
This commit is contained in:
commit
ffc476d700
2 changed files with 2 additions and 2 deletions
|
@ -650,7 +650,7 @@ mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use std::os::unix;
|
use std::os::unix;
|
||||||
use std::path::{Component, Path, PathBuf};
|
use std::path::{Component, PathBuf};
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use tempfile::tempdir;
|
use tempfile::tempdir;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// 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::{self, set_symlink_file_times, FileTime};
|
use filetime::{set_symlink_file_times, 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