Remove TODO. I _did_ this. :)

This commit is contained in:
Eryn Wells 2016-12-28 08:37:55 -07:00
parent c4048e2c01
commit 89e639fbac

View file

@ -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() {