Skip to content

Commit 217a0c8

Browse files
fix mistake
1 parent fedd370 commit 217a0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zipcrypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::cfg_if_expr;
1111
use crate::result::ZipError;
1212

1313
/// A container to hold the current key state
14-
#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
14+
#[cfg_attr(fuzzing, derive(arbitrary::Arbitrary))]
1515
#[derive(Clone, Copy, Hash, Ord, PartialOrd, Eq, PartialEq)]
1616
pub(crate) struct ZipCryptoKeys {
1717
key_0: Wrapping<u32>,

0 commit comments

Comments
 (0)