1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

tests: remove all "extern crate" statements

This commit is contained in:
Daniel Hofstetter 2023-04-10 08:31:31 +02:00
parent 1a8f2a78c0
commit 7a888da409
19 changed files with 18 additions and 69 deletions

View file

@ -7,8 +7,6 @@
// spell-checker:ignore (libs) kqueue
// spell-checker:ignore (jargon) tailable untailable datasame runneradmin tmpi
extern crate tail;
use crate::common::random::{AlphanumericNewline, RandomString};
#[cfg(unix)]
use crate::common::util::expected_result;