Skip to content

Commit 9278c61

Browse files
committed
Made the library announce the location of its documentation
1 parent 9090043 commit 9278c61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/http/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#[crate_type = "dylib"];
66
#[crate_type = "rlib"];
77

8+
#[doc(html_root_url = "http://www.rust-ci.org/chris-morgan/rust-http/doc/")];
9+
810
#[deny(non_camel_case_types)];
911
//#[deny(missing_doc)];
1012

0 commit comments

Comments
 (0)