summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/sexp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/sexp.rs')
-rw-r--r--openpgp/src/crypto/sexp.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/crypto/sexp.rs b/openpgp/src/crypto/sexp.rs
index 4939059e..86211dfb 100644
--- a/openpgp/src/crypto/sexp.rs
+++ b/openpgp/src/crypto/sexp.rs
@@ -81,6 +81,8 @@ impl Sexp {
Err(Error::InvalidArgument(
format!("Don't know how to convert {:?}", ciphertext))
.into()),
+
+ __Nonexhaustive => unreachable!(),
}
}