Skip to content

Commit 2d30798

Browse files
committed
Fix
1 parent a4c7f5a commit 2d30798

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/aead/recprot_null.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ impl RecordProtection {
7676
/// # Errors
7777
///
7878
/// Returns `Error` when encryption fails.
79-
#[expect(clippy::unnecessary_wraps)]
8079
pub fn encrypt_in_place(&self, _count: u64, _aad: &[u8], data: &mut [u8]) -> Res<usize> {
8180
if data.len() < self.expansion() {
8281
return Err(Error::from(SEC_ERROR_BAD_DATA));

0 commit comments

Comments
 (0)