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
|
@ -4,15 +4,13 @@
|
|||
// * For the full copyright and license information, please view the LICENSE
|
||||
// * file that was distributed with this source code.
|
||||
|
||||
extern crate unindent;
|
||||
|
||||
use self::unindent::unindent;
|
||||
use crate::common::util::TestScenario;
|
||||
use std::env;
|
||||
use std::fs::remove_file;
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use std::path::Path;
|
||||
use unindent::unindent;
|
||||
|
||||
// octal dump of 'abcdefghijklmnopqrstuvwxyz\n' // spell-checker:disable-line
|
||||
static ALPHA_OUT: &str = "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue