all: address clippy lints
This commit is contained in:
parent
544f23ffb0
commit
84e6b74893
3 changed files with 3 additions and 6 deletions
|
|
@ -96,9 +96,7 @@ impl<'a> Lexer<'a> {
|
|||
|
||||
self.skip_ws();
|
||||
|
||||
let Some(c) = get!(0) else {
|
||||
return None;
|
||||
};
|
||||
let c = get!(0)?;
|
||||
let pos = self.pos;
|
||||
|
||||
macro_rules! span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue