Skip to content

Commit 3034592

Browse files
committed
Make ChallengeType non-exhaustive
1 parent c116425 commit 3034592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ impl fmt::Display for AuthorizedIdentifier<'_> {
710710

711711
/// The challenge type
712712
#[allow(missing_docs)]
713+
#[non_exhaustive]
713714
#[derive(Clone, Debug, Deserialize, Eq, PartialEq)]
714715
pub enum ChallengeType {
715716
#[serde(rename = "http-01")]

0 commit comments

Comments
 (0)