bump version, remove unneeded cause() fn as it now has a provided implementation
This commit is contained in:
@@ -23,10 +23,6 @@ impl Error for LexError {
|
||||
LexError::Nothing => "This error is for internal use only"
|
||||
}
|
||||
}
|
||||
|
||||
fn cause(&self) -> Option<&Error> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Display for LexError {
|
||||
|
Reference in New Issue
Block a user