diff options
Diffstat (limited to 'srp/src')
-rw-r--r-- | srp/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 6900ca0..3645a6f 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -63,8 +63,7 @@ //! //! [1]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol //! [2]: https://tools.ietf.org/html/rfc5054 -#![doc(html_logo_url = - "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")] +#![doc(html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")] extern crate digest; extern crate generic_array; extern crate num; |