remove peekmore todo
This commit is contained in:
parent
79955d921c
commit
10e08fc8ec
@ -243,8 +243,6 @@ impl<'a> Parser<'a> {
|
|||||||
')' => {
|
')' => {
|
||||||
self.toks.advance_cursor();
|
self.toks.advance_cursor();
|
||||||
buf.push(')');
|
buf.push(')');
|
||||||
// todo: https://github.com/foresterre/peekmore/issues/38
|
|
||||||
self.toks.peek();
|
|
||||||
return Ok(Some(buf));
|
return Ok(Some(buf));
|
||||||
}
|
}
|
||||||
'+' | '-' | '*' | '/' => {
|
'+' | '-' | '*' | '/' => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user