1
Fork 0

syntax: Switch field privacy as necessary

This commit is contained in:
Alex Crichton 2014-03-27 15:39:48 -07:00
parent c034d0c854
commit 3c76f4ac8d
24 changed files with 297 additions and 297 deletions

View file

@ -54,7 +54,7 @@ pub struct CurrentCommentAndLiteral {
}
pub struct State<'a> {
s: pp::Printer,
pub s: pp::Printer,
cm: Option<&'a CodeMap>,
intr: Rc<token::IdentInterner>,
comments: Option<Vec<comments::Comment> >,