This commit is contained in:
Sean McArthur
2018-12-05 09:54:33 -08:00
parent c7d4182ffe
commit 61adb3570e
4 changed files with 12 additions and 8 deletions

View File

@@ -84,7 +84,7 @@
//! [`server::handshake`]: server/fn.handshake.html
//! [`client::handshake`]: client/fn.handshake.html
#![doc(html_root_url = "http://rust-doc.s3-website-us-east-1.amazonaws.com/h2/v0.1.13/h2")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.14")]
#![deny(missing_debug_implementations, missing_docs)]
#![cfg_attr(test, deny(warnings))]