diff --git a/src/error.rs b/src/error.rs index bc9355d..ec61d8a 100644 --- a/src/error.rs +++ b/src/error.rs @@ -15,7 +15,7 @@ pub enum Error { UnconsumedInput(String), /// The string is the input at which the error was encountered. ParsingError(String, ParsingErrorKind), - PeParsingError(PathBuf, Box), + PeParsingError(PathBuf, Box), IoError(PathBuf, io::Error), }