Skip to content

Commit 6a127e9

Browse files
committed
fixup
1 parent edca8f7 commit 6a127e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_trans/save/dump_csv.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@ impl <'l, 'tcx> DumpCsvVisitor<'l, 'tcx> {
647647
}
648648
}
649649

650-
fn process_mod(&mut self, item: &ast::Item) { // The module in question, represented as an item.
650+
// `item` is the module in question, represented as an item.
651+
fn process_mod(&mut self, item: &ast::Item) {
651652
let mod_data = self.save_ctxt.get_item_data(item);
652653
down_cast_data!(mod_data, ModData, self, item.span);
653654
self.fmt.mod_str(item.span,

0 commit comments

Comments
 (0)