Moved StopGaurd to it's own crate (#7635)
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user