Moved StopGaurd to it's own crate (#7635)

This commit is contained in:
Marek Kotewicz
2018-01-19 13:46:31 +01:00
committed by GitHub
parent d430e7f4e2
commit 6bebb9e74a
7 changed files with 16 additions and 4 deletions

View File

@@ -21,9 +21,7 @@ extern crate rand;
mod random_path;
mod test_socket;
mod stop_guard;
pub mod http_client;
pub use random_path::*;
pub use test_socket::*;
pub use stop_guard::*;