From a1ceee2bfe36b3719ba7a643da63a689429cf0ff Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 30 Apr 2021 12:31:32 -0700 Subject: Migrate to GitHub Actions (#42) Uses the standard boilerplate we've been using for other projects --- srp/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srp/src/lib.rs') 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; -- cgit v1.2.3