diff options
author | Alex Crichton <alex@alexcrichton.com> | 2018-04-23 11:47:45 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-23 11:47:45 -0700 |
commit | 0df9365e7f4d43de05b274ef7e1a85aa64ce2927 (patch) | |
tree | 41febe90baddddbecd03ead00c3d458110526fb2 /src | |
parent | cd43ab91f3943ab972eedd2f9db3eb90add543d8 (diff) | |
download | ssh2-rs-0df9365e7f4d43de05b274ef7e1a85aa64ce2927.zip |
Update doc url
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ //! // ... //! ``` -#![doc(html_root_url = "http://alexcrichton.com/ssh2-rs")] +#![doc(html_root_url = "https://docs.rs/ssh2")] #![allow(trivial_numeric_casts)] #![deny(missing_docs, unused_results)] #![cfg_attr(test, deny(warnings))] |