tests/mktemp: fix build on nightly

This commit is contained in:
Michael Gehring 2016-02-14 03:31:10 +01:00
parent 9d041cdd7d
commit 162e21a418

View file

@ -1,11 +1,8 @@
extern crate tempdir;
use tempdir::TempDir;
#[macro_use]
mod common;
use common::util::*;
use common::util::tempdir::TempDir;
static UTIL_NAME: &'static str = "mktemp";