all: address clippy lints
This commit is contained in:
parent
558fe3d3ce
commit
e2f31646f2
19 changed files with 25 additions and 26 deletions
|
|
@ -50,7 +50,7 @@ impl<'a> Context<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> ErrorHandler for Context<'a> {
|
||||
impl ErrorHandler for Context<'_> {
|
||||
fn handle(&self, err: Spanned<ParserError>) {
|
||||
log::warn!("{}", Report::new(self.error(err)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue