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