clippy
This commit is contained in:
parent
8d2582756d
commit
abbf5514e8
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ impl Parser {
|
|||
}
|
||||
|
||||
pub fn parse(&mut self) -> Expr {
|
||||
if self.peek() == None {return Expr::EOL}
|
||||
if self.peek().is_none() {return Expr::EOL}
|
||||
self.parse_expr(0)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue