Merge pull request #576 from mlalic/fix-html-root-url
docs(hyper): fix html root url
This commit is contained in:
@@ -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)]
|
#![deny(missing_docs)]
|
||||||
#![cfg_attr(test, deny(warnings))]
|
#![cfg_attr(test, deny(warnings))]
|
||||||
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
||||||
|
|||||||
Reference in New Issue
Block a user