summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-24 08:28:27 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-24 08:28:27 +0200
commit50b123860ca0f9991167319b758b46ecf735c49d (patch)
treec9fa48e63ae16b1aeea67f68ee34bd6014a6e0ad /openpgp/src/message
parente8f82e4c8694d84c0b1a110ea89c0cd926e33ef5 (diff)
Update to lalrpop 0.17
- Closes #281
Diffstat (limited to 'openpgp/src/message')
-rw-r--r--openpgp/src/message/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/message/mod.rs b/openpgp/src/message/mod.rs
index d2b76426..c0d701b0 100644
--- a/openpgp/src/message/mod.rs
+++ b/openpgp/src/message/mod.rs
@@ -291,7 +291,7 @@ impl MessageValidator {
} else {
match r {
Ok(_) => MessageValidity::MessagePrefix,
- Err(ParseError::UnrecognizedToken { token: None, .. }) =>
+ Err(ParseError::UnrecognizedEOF { .. }) =>
MessageValidity::MessagePrefix,
Err(ref err) =>
MessageValidity::Error(