File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ pub struct ps {
72
72
intr : @token:: ident_interner ,
73
73
comments : Option < ~[ comments:: cmnt ] > ,
74
74
literals : Option < ~[ comments:: lit ] > ,
75
- cur_cmnt_and_lit : @ mut CurrentCommentAndLiteral ,
75
+ cur_cmnt_and_lit : CurrentCommentAndLiteral ,
76
76
boxes : @mut ~[ pp:: breaks ] ,
77
77
ann : @pp_ann
78
78
}
@@ -101,7 +101,7 @@ pub fn rust_printer_annotated(writer: ~io::Writer,
101
101
intr : intr,
102
102
comments : None :: < ~[ comments:: cmnt ] > ,
103
103
literals : None :: < ~[ comments:: lit ] > ,
104
- cur_cmnt_and_lit : @ mut CurrentCommentAndLiteral {
104
+ cur_cmnt_and_lit : CurrentCommentAndLiteral {
105
105
cur_cmnt : 0 ,
106
106
cur_lit : 0
107
107
} ,
@@ -144,7 +144,7 @@ pub fn print_crate(cm: @CodeMap,
144
144
} else {
145
145
Some ( lits)
146
146
} ,
147
- cur_cmnt_and_lit : @ mut CurrentCommentAndLiteral {
147
+ cur_cmnt_and_lit : CurrentCommentAndLiteral {
148
148
cur_cmnt : 0 ,
149
149
cur_lit : 0
150
150
} ,
You can’t perform that action at this time.
0 commit comments