Remove default impl for Error for ParserError

This commit is contained in:
Matthias Beyer 2015-11-21 17:29:26 +01:00
parent 84e7100229
commit 2dce3151bd

View file

@ -38,10 +38,6 @@ impl Error for ParserError {
&self.summary[..]
}
fn cause(&self) -> Option<&Error> {
None
}
}
impl Debug for ParserError {