Merge pull request #576 from mlalic/fix-html-root-url

docs(hyper): fix html root url
This commit is contained in:
Sean McArthur
2015-06-17 08:54:44 -07:00

View File

@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://hyperium.github.io/hyper/hyper/index.html")]
#![doc(html_root_url = "https://hyperium.github.io/hyper/")]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]