diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-12-30 15:41:51 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2014-01-02 14:16:08 -0800 |
| commit | 460ea922f32a47bd1497706ef58ed851a0d02987 (patch) | |
| tree | 1a18eaf41f2cc0c6e88f68f1f92513877699c4db /src/libsyntax/parse | |
| parent | f4118d5a4c4962dd174d6af3f1bbcf688c3ed730 (diff) | |
| download | rust-460ea922f32a47bd1497706ef58ed851a0d02987.tar.gz rust-460ea922f32a47bd1497706ef58ed851a0d02987.zip | |
libsyntax: Remove increasingly inaccurate comment
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 53ae6eef77f..8908a5cb793 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -323,7 +323,6 @@ pub fn Parser(sess: @mut ParseSess, cfg: ast::CrateConfig, rdr: @mut reader) } } -// ooh, nasty mutable fields everywhere.... pub struct Parser { sess: @mut ParseSess, cfg: CrateConfig, |
