about summary refs log tree commit diff
path: root/src/libsync
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync')
-rw-r--r--src/libsync/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index 9a297150db4..bab1a00e5ac 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -16,6 +16,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)];