Skip to content

Commit 460ea92

Browse files
committed
libsyntax: Remove increasingly inaccurate comment
1 parent f4118d5 commit 460ea92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/parse/parser.rs

-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ pub fn Parser(sess: @mut ParseSess, cfg: ast::CrateConfig, rdr: @mut reader)
323323
}
324324
}
325325

326-
// ooh, nasty mutable fields everywhere....
327326
pub struct Parser {
328327
sess: @mut ParseSess,
329328
cfg: CrateConfig,

0 commit comments

Comments
 (0)