Commit 44b199ba authored by siddontang's avatar siddontang

move crate tempdir

parent 54347ecf
......@@ -14,6 +14,7 @@
//
extern crate libc;
extern crate tempdir;
use libc::{c_char, c_int, c_void, size_t, uint64_t};
use std::ffi::CStr;
......@@ -464,8 +465,7 @@ extern "C" {
mod test {
use super::*;
use std::ffi::CString;
extern crate tempdir;
use self::tempdir::TempDir;
use tempdir::TempDir;
#[test]
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