libsyntax: Remove increasingly inaccurate comment
This commit is contained in:
@@ -323,7 +323,6 @@ pub fn Parser(sess: @mut ParseSess, cfg: ast::CrateConfig, rdr: @mut reader)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ooh, nasty mutable fields everywhere....
|
|
||||||
pub struct Parser {
|
pub struct Parser {
|
||||||
sess: @mut ParseSess,
|
sess: @mut ParseSess,
|
||||||
cfg: CrateConfig,
|
cfg: CrateConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user