diff --git a/src/lib.rs b/src/lib.rs index 5de90132c0..2d78dbfbde 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![doc(html_root_url = "https://hyperium.github.io/hyper/hyper/index.html")] #![feature(core, collections, io, std_misc, box_syntax, unsafe_destructor)] #![deny(missing_docs)]