mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
Merge pull request #790 from ebfe/tests-mktemp
tests/mktemp: remove unused import
This commit is contained in:
commit
1bf1fb49d6
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
extern crate tempdir;
|
||||
|
||||
use tempdir::TempDir;
|
||||
use std::env::set_var;
|
||||
|
||||
#[macro_use]
|
||||
mod common;
|
||||
|
|
Loading…
Reference in a new issue