Remove default impl for Error for ParserError
This commit is contained in:
parent
84e7100229
commit
2dce3151bd
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@ impl Error for ParserError {
|
||||||
&self.summary[..]
|
&self.summary[..]
|
||||||
}
|
}
|
||||||
|
|
||||||
fn cause(&self) -> Option<&Error> {
|
|
||||||
None
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Debug for ParserError {
|
impl Debug for ParserError {
|
||||||
|
|
Loading…
Reference in a new issue