Skip to content

Commit 2c79d6c

Browse files
committed
---
yaml --- r: 3589 b: refs/heads/master c: 741db24 h: refs/heads/master i: 3587: c4a0007 v: v3
1 parent ea92d64 commit 2c79d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a9d84ab28a3e234d69c5bb7068d60d3f16c126fd
2+
refs/heads/master: 741db24e49580ab3157e7cfaaf5bfb1d5b9afc3b

trunk/src/comp/syntax/print/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ fn print_crate(&codemap cm, @ast::crate crate, str filename,
8888
mutable boxes=boxes,
8989
ann=ann);
9090
print_mod(s, crate.node.module, crate.node.attrs);
91+
print_remaining_comments(s);
9192
eof(s.s);
9293
}
9394

@@ -240,7 +241,6 @@ fn print_mod(&ps s, ast::_mod _mod, &vec[ast::attribute] attrs) {
240241
hardbreak_if_not_bol(s);
241242
print_item(s, item);
242243
}
243-
print_remaining_comments(s);
244244
}
245245

246246
fn print_boxed_type(&ps s, &@ast::ty ty) { print_type(s, *ty); }

0 commit comments

Comments
 (0)