summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/revocation_key.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/types/revocation_key.rs')
-rw-r--r--openpgp/src/types/revocation_key.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/types/revocation_key.rs b/openpgp/src/types/revocation_key.rs
index 8064a148..e2b36042 100644
--- a/openpgp/src/types/revocation_key.rs
+++ b/openpgp/src/types/revocation_key.rs
@@ -1,4 +1,4 @@
-#[cfg(any(test, feature = "quickcheck"))]
+#[cfg(test)]
use quickcheck::{Arbitrary, Gen};
use crate::{
@@ -149,7 +149,7 @@ const REVOCATION_KEY_FLAG_SENSITIVE: u8 = 0x40;
const REVOCATION_KEY_MASK_UNKNOWN: u8 = ! (REVOCATION_KEY_FLAG_MUST_BE_SET
| REVOCATION_KEY_FLAG_SENSITIVE);
-#[cfg(any(test, feature = "quickcheck"))]
+#[cfg(test)]
impl Arbitrary for RevocationKey {
fn arbitrary<G: Gen>(g: &mut G) -> Self {
RevocationKey {