summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser/low_level/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/parser/low_level/mod.rs')
-rw-r--r--openpgp/src/cert/parser/low_level/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/parser/low_level/mod.rs b/openpgp/src/cert/parser/low_level/mod.rs
index 79f620d3..0547bf8c 100644
--- a/openpgp/src/cert/parser/low_level/mod.rs
+++ b/openpgp/src/cert/parser/low_level/mod.rs
@@ -60,8 +60,8 @@ pub(crate) fn parse_error_downcast(e: ParseError<usize, Token, Error>)
ParseError::User { error }
=> ParseError::User { error },
- ParseError::UnrecognizedEOF { location, expected }
- => ParseError::UnrecognizedEOF { location, expected },
+ ParseError::UnrecognizedEof { location, expected }
+ => ParseError::UnrecognizedEof { location, expected },
}
}