diff options
author | Tony Arcieri <bascule@gmail.com> | 2021-04-30 12:31:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 12:31:32 -0700 |
commit | a1ceee2bfe36b3719ba7a643da63a689429cf0ff (patch) | |
tree | 0d0cb6eff0f1bae4b05db7e3f2abcf5a1ba5cae2 /srp/src/lib.rs | |
parent | 4e1b5728c8e9db2928efa9cce86da84869a948a0 (diff) | |
download | PAKEs-a1ceee2bfe36b3719ba7a643da63a689429cf0ff.tar.xz |
Migrate to GitHub Actions (#42)
Uses the standard boilerplate we've been using for other projects
Diffstat (limited to 'srp/src/lib.rs')
-rw-r--r-- | srp/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 132851d..cec6f36 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -63,6 +63,8 @@ //! //! [1]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol //! [2]: https://tools.ietf.org/html/rfc5054 + +#![allow(clippy::many_single_char_names)] #![doc(html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")] pub mod client; |