This commit is contained in:
Eliza Weisman
2018-07-31 11:44:01 -07:00
committed by Sean McArthur
parent c564273986
commit 78ab6167c4
3 changed files with 8 additions and 2 deletions

View File

@@ -84,7 +84,7 @@
//! [`server::handshake`]: server/fn.handshake.html
//! [`client::handshake`]: client/fn.handshake.html
#![doc(html_root_url = "https://docs.rs/h2/0.1.10")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.11")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]