Commit 44b199ba authored by siddontang's avatar siddontang

move crate tempdir

parent 54347ecf
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
// //
extern crate libc; extern crate libc;
extern crate tempdir;
use libc::{c_char, c_int, c_void, size_t, uint64_t}; use libc::{c_char, c_int, c_void, size_t, uint64_t};
use std::ffi::CStr; use std::ffi::CStr;
...@@ -464,8 +465,7 @@ extern "C" { ...@@ -464,8 +465,7 @@ extern "C" {
mod test { mod test {
use super::*; use super::*;
use std::ffi::CString; use std::ffi::CString;
extern crate tempdir; use tempdir::TempDir;
use self::tempdir::TempDir;
#[test] #[test]
fn internal() { fn internal() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment