From e57b6775c3a2d9dbe7fae69c189b8ae9032315cb Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 22 Feb 2012 11:16:25 +0100 Subject: Clean up small things in syntax submodules --- src/comp/syntax/parse/parser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comp/syntax/parse') diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index 35d5119c4e6..a6f56b611d7 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -1581,7 +1581,7 @@ fn parse_local(p: parser, allow_init: bool) -> @ast::local { fn parse_let(p: parser) -> @ast::decl { if eat_word(p, "mut") { - /* TODO */ + /* FIXME */ } let lo = p.span.lo; let locals = [parse_local(p, true)]; @@ -2027,7 +2027,7 @@ enum class_contents { ctor_decl(ast::fn_decl, ast::blk), let body = parse_block(p); ret ctor_decl(decl, body); } - // TODO: refactor + // FIXME: refactor else if eat_word(p, "priv") { expect(p, token::LBRACE); let results = []; -- cgit 1.4.1-3-g733a5