fixups
This commit is contained in:
parent
1bdf4ad8dc
commit
5b8335ede4
1 changed files with 1 additions and 5 deletions
|
@ -421,11 +421,7 @@ impl<'a> Parser<'a> {
|
|||
break
|
||||
}
|
||||
}
|
||||
if found {
|
||||
Some(cur)
|
||||
} else {
|
||||
None
|
||||
}
|
||||
if found { Some(cur) } else { None }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue