Merge pull request #6077 from cakebaker/fix_imported_redundantly_warnings

Fix two "item x is imported redundantly" warnings
This commit is contained in:
Sylvestre Ledru
2024-03-15 15:37:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
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;