We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c7f5a commit 2d30798Copy full SHA for 2d30798
1 file changed
src/aead/recprot_null.rs
@@ -76,7 +76,6 @@ impl RecordProtection {
76
/// # Errors
77
///
78
/// Returns `Error` when encryption fails.
79
- #[expect(clippy::unnecessary_wraps)]
80
pub fn encrypt_in_place(&self, _count: u64, _aad: &[u8], data: &mut [u8]) -> Res<usize> {
81
if data.len() < self.expansion() {
82
return Err(Error::from(SEC_ERROR_BAD_DATA));
0 commit comments