remove peekmore todo

This commit is contained in:
Connor Skees 2020-08-19 03:10:19 -04:00
parent 79955d921c
commit 10e08fc8ec

View File

@ -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));
} }
'+' | '-' | '*' | '/' => { '+' | '-' | '*' | '/' => {