Skip to content

Commit c788061

Browse files
committed
inout: fixup clippy 1.85 warnings
1 parent 0966d23 commit c788061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inout/src/reserved.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ impl<'inp, 'out, T> InOutBufReserved<'inp, 'out, T> {
149149
}
150150
}
151151

152+
#[cfg(feature = "block-padding")]
152153
impl<'inp, 'out> InOutBufReserved<'inp, 'out, u8> {
153154
/// Transform buffer into [`PaddedInOutBuf`] using padding algorithm `P`.
154-
#[cfg(feature = "block-padding")]
155155
#[inline(always)]
156156
pub fn into_padded_blocks<P, BS>(self) -> Result<PaddedInOutBuf<'inp, 'out, BS>, PadError>
157157
where

0 commit comments

Comments
 (0)