Skip to content

Commit

Permalink
silence clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Oct 12, 2023
1 parent 897d8d0 commit b1850a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-lc-rs/src/aead.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ impl LessSafeKey {
/// have been overwritten in an unspecified way.
///
#[inline]
#[allow(clippy::needless_pass_by_value)]
pub fn open_separate_gather<A>(
&self,
nonce: Nonce,
Expand Down

0 comments on commit b1850a0

Please sign in to comment.