From 5f00a0f9079638b58f0099a3244e9af30c599593 Mon Sep 17 00:00:00 2001 From: ReggaeMuffin <644950+reggaemuffin@users.noreply.github.com> Date: Sun, 11 Apr 2021 10:49:52 +0100 Subject: [PATCH] remove the unused imports --- tests/by-util/test_chgrp.rs | 1 - tests/by-util/test_date.rs | 1 - tests/by-util/test_du.rs | 1 - tests/by-util/test_logname.rs | 1 - 4 files changed, 4 deletions(-) diff --git a/tests/by-util/test_chgrp.rs b/tests/by-util/test_chgrp.rs index ffb078137..fa5d71bc7 100644 --- a/tests/by-util/test_chgrp.rs +++ b/tests/by-util/test_chgrp.rs @@ -1,6 +1,5 @@ use crate::common::util::*; use rust_users::*; -use uucore; #[test] fn test_invalid_option() { diff --git a/tests/by-util/test_date.rs b/tests/by-util/test_date.rs index b4e49e775..b736a9401 100644 --- a/tests/by-util/test_date.rs +++ b/tests/by-util/test_date.rs @@ -4,7 +4,6 @@ use self::regex::Regex; use crate::common::util::*; #[cfg(all(unix, not(target_os = "macos")))] use rust_users::*; -use uucore; #[test] fn test_date_email() { diff --git a/tests/by-util/test_du.rs b/tests/by-util/test_du.rs index a0d698de0..4543b804a 100644 --- a/tests/by-util/test_du.rs +++ b/tests/by-util/test_du.rs @@ -1,5 +1,4 @@ use crate::common::util::*; -use uucore; const SUB_DIR: &str = "subdir/deeper"; const SUB_DIR_LINKS: &str = "subdir/links"; diff --git a/tests/by-util/test_logname.rs b/tests/by-util/test_logname.rs index baaad63cc..b95265a8f 100644 --- a/tests/by-util/test_logname.rs +++ b/tests/by-util/test_logname.rs @@ -1,6 +1,5 @@ use crate::common::util::*; use std::env; -use uucore; #[test] fn test_normal() {