Replace RandomTempDir with tempdir::Tempdir (#7624)

* Remove GuardedTempResult

* Remove RandomTempPath

* ethcore does not depend on devtools
This commit is contained in:
Marek Kotewicz
2018-01-19 17:32:53 +01:00
committed by GitHub
parent 5859db59c8
commit f43e355254
28 changed files with 165 additions and 346 deletions

View File

@@ -16,9 +16,4 @@
//! dev-tools
extern crate rand;
mod random_path;
pub mod http_client;
pub use random_path::*;