diff --git a/openpgp-card/src/lib.rs b/openpgp-card/src/lib.rs index fe28e1a..0b995a6 100644 --- a/openpgp-card/src/lib.rs +++ b/openpgp-card/src/lib.rs @@ -108,6 +108,7 @@ impl CardCaps { /// Enum to identify the Key-slots on an OpenPGP card #[derive(Debug, Clone, Copy, Eq, PartialEq)] +#[non_exhaustive] pub enum KeyType { Signing, Decryption,