From 9278c61393174691e2271054a6bae0951840b493 Mon Sep 17 00:00:00 2001 From: Erik Hedvall Date: Sun, 16 Feb 2014 15:20:42 +0100 Subject: [PATCH] Made the library announce the location of its documentation --- src/http/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/http/lib.rs b/src/http/lib.rs index cde3705..e44f7f0 100644 --- a/src/http/lib.rs +++ b/src/http/lib.rs @@ -5,6 +5,8 @@ #[crate_type = "dylib"]; #[crate_type = "rlib"]; +#[doc(html_root_url = "http://www.rust-ci.org/chris-morgan/rust-http/doc/")]; + #[deny(non_camel_case_types)]; //#[deny(missing_doc)];