mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #812 from ebfe/fix-build
tests/mktemp: fix build on nightly
This commit is contained in:
+1
-4
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user