From 9ae58b18c922edb887e0a940899639c6924eddb5 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:34:03 -0500 Subject: [PATCH] clippy --- aws-lc-rs/src/rsa/key.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-lc-rs/src/rsa/key.rs b/aws-lc-rs/src/rsa/key.rs index 2720f586c8f..3f920424e93 100644 --- a/aws-lc-rs/src/rsa/key.rs +++ b/aws-lc-rs/src/rsa/key.rs @@ -67,6 +67,7 @@ pub enum KeySize { Rsa8192, } +#[allow(clippy::len_without_is_empty)] impl KeySize { /// Returns the size of the key in bytes. #[inline]