summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-03 20:35:44 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-03-03 20:35:44 -0800
commit1263c36e27f4652831fee37002167dfa11900b67 (patch)
tree154b6473d488f07b973d2496fa9c9ada78dd2f14 /src/lib.rs
parentbb0c71792799d7261ae6356a26aabd39c9e78430 (diff)
downloadssh2-rs-1263c36e27f4652831fee37002167dfa11900b67.zip
Add html root urls
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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))]