summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libssh2-sys/lib.rs2
-rw-r--r--src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/libssh2-sys/lib.rs b/libssh2-sys/lib.rs
index 17e5c17..9489fa3 100644
--- a/libssh2-sys/lib.rs
+++ b/libssh2-sys/lib.rs
@@ -1,5 +1,5 @@
+#![doc(html_root_url = "http://alexcrichton.com/ssh2-rs")]
#![allow(bad_style)]
-#![allow(missing_copy_implementations)]
extern crate libc;
diff --git a/src/lib.rs b/src/lib.rs
index 640a640..4b221a9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -123,6 +123,7 @@
//! // ...
//! ```
+#![doc(html_root_url = "http://alexcrichton.com/ssh2-rs")]
#![feature(unsafe_destructor, std_misc, collections, io, core, path, os, net)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]