diff options
Diffstat (limited to 'src/libworkcache')
| -rw-r--r-- | src/libworkcache/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libworkcache/lib.rs b/src/libworkcache/lib.rs index eb63f2dacbb..ce7557fb2aa 100644 --- a/src/libworkcache/lib.rs +++ b/src/libworkcache/lib.rs @@ -12,6 +12,9 @@ #[crate_type = "rlib"]; #[crate_type = "dylib"]; #[license = "MIT/ASL2"]; +#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", + html_favicon_url = "http://www.rust-lang.org/favicon.ico", + html_root_url = "http://static.rust-lang.org/doc/master")]; #[allow(deprecated_owned_vector, visible_private_types)]; extern crate serialize; |
