Replace RandomTempDir with tempdir::Tempdir (#7624)
* Remove GuardedTempResult * Remove RandomTempPath * ethcore does not depend on devtools
This commit is contained in:
@@ -16,9 +16,4 @@
|
||||
|
||||
//! dev-tools
|
||||
|
||||
extern crate rand;
|
||||
|
||||
mod random_path;
|
||||
pub mod http_client;
|
||||
|
||||
pub use random_path::*;
|
||||
|
||||
Reference in New Issue
Block a user