Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 25, 2024
1 parent 67bfbe7 commit 9ae58b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-lc-rs/src/rsa/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9ae58b1

Please sign in to comment.