Remove TODO. I _did_ this. :)
This commit is contained in:
parent
c4048e2c01
commit
89e639fbac
1 changed files with 0 additions and 3 deletions
|
@ -117,9 +117,6 @@ impl Lexer {
|
|||
}
|
||||
|
||||
impl Lexer {
|
||||
// TODO: Use std::result::Result for these state_* methods.
|
||||
// https://doc.rust-lang.org/1.14.0/core/result/enum.Result.html
|
||||
|
||||
/// Handle self.state == State::Initial
|
||||
fn state_initial(&mut self, c: char) -> StateResult {
|
||||
if c.is_left_paren() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue