We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedd370 commit 217a0c8Copy full SHA for 217a0c8
src/zipcrypto.rs
@@ -11,7 +11,7 @@ use crate::cfg_if_expr;
11
use crate::result::ZipError;
12
13
/// A container to hold the current key state
14
-#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
+#[cfg_attr(fuzzing, derive(arbitrary::Arbitrary))]
15
#[derive(Clone, Copy, Hash, Ord, PartialOrd, Eq, PartialEq)]
16
pub(crate) struct ZipCryptoKeys {
17
key_0: Wrapping<u32>,
0 commit comments