diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-03 20:35:44 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-03 20:35:44 -0800 |
commit | 1263c36e27f4652831fee37002167dfa11900b67 (patch) | |
tree | 154b6473d488f07b973d2496fa9c9ada78dd2f14 /src | |
parent | bb0c71792799d7261ae6356a26aabd39c9e78430 (diff) | |
download | ssh2-rs-1263c36e27f4652831fee37002167dfa11900b67.zip |
Add html root urls
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))] |