mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
remove the unused imports
This commit is contained in:
parent
b1fcb621a8
commit
5f00a0f907
4 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
use crate::common::util::*;
|
use crate::common::util::*;
|
||||||
use rust_users::*;
|
use rust_users::*;
|
||||||
use uucore;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_invalid_option() {
|
fn test_invalid_option() {
|
||||||
|
|
|
@ -4,7 +4,6 @@ use self::regex::Regex;
|
||||||
use crate::common::util::*;
|
use crate::common::util::*;
|
||||||
#[cfg(all(unix, not(target_os = "macos")))]
|
#[cfg(all(unix, not(target_os = "macos")))]
|
||||||
use rust_users::*;
|
use rust_users::*;
|
||||||
use uucore;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_date_email() {
|
fn test_date_email() {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use crate::common::util::*;
|
use crate::common::util::*;
|
||||||
use uucore;
|
|
||||||
|
|
||||||
const SUB_DIR: &str = "subdir/deeper";
|
const SUB_DIR: &str = "subdir/deeper";
|
||||||
const SUB_DIR_LINKS: &str = "subdir/links";
|
const SUB_DIR_LINKS: &str = "subdir/links";
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
use crate::common::util::*;
|
use crate::common::util::*;
|
||||||
use std::env;
|
use std::env;
|
||||||
use uucore;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_normal() {
|
fn test_normal() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue