Remove mock-io git dependency

This commit is contained in:
Carl Lerche
2018-01-11 22:46:52 -08:00
parent f27056467c
commit 69bd8828ef
4 changed files with 589 additions and 2 deletions

View File

@@ -84,6 +84,7 @@
//! [`Server::handshake`]: server/struct.Server.html#method.handshake
//! [`Client::handshake`]: client/struct.Client.html#method.handshake
#![doc(html_root_url = "https://docs.rs/h2/0.1.0")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]