libsyntax: Remove increasingly inaccurate comment

This commit is contained in:
Patrick Walton 2013-12-30 15:41:51 -08:00
parent f4118d5a4c
commit 460ea922f3

View file

@ -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,