mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: remove all "extern crate" statements
This commit is contained in:
parent
1a8f2a78c0
commit
7a888da409
19 changed files with 18 additions and 69 deletions
|
@ -1,7 +1,5 @@
|
|||
extern crate regex;
|
||||
|
||||
use self::regex::Regex;
|
||||
use crate::common::util::TestScenario;
|
||||
use regex::Regex;
|
||||
#[cfg(all(unix, not(target_os = "macos")))]
|
||||
use rust_users::get_effective_uid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue