mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-13 10:37:58 +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;
|
extern crate tempdir;
|
||||||
|
|
||||||
use tempdir::TempDir;
|
use tempdir::TempDir;
|
||||||
use std::env::set_var;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod common;
|
mod common;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue