Skip to content

Commit

Permalink
Merge pull request #6077 from cakebaker/fix_imported_redundantly_warn…
Browse files Browse the repository at this point in the history
…ings

Fix two "item x is imported redundantly" warnings
  • Loading branch information
sylvestre authored Mar 15, 2024
2 parents f8e5296 + 6d8b21d commit ffc476d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uucore/src/lib/features/perms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion tests/by-util/test_touch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ffc476d

Please sign in to comment.