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

tests/mktemp: remove unused import

This commit is contained in:
Michael Gehring 2016-01-04 18:43:03 +01:00
parent 73cd23ca71
commit 1a78be7e37

View file

@ -1,7 +1,6 @@
extern crate tempdir;
use tempdir::TempDir;
use std::env::set_var;
#[macro_use]
mod common;