Skip to content

Commit 0ae51df

Browse files
committed
---
yaml --- r: 231773 b: refs/heads/auto c: 6a127e9 h: refs/heads/master i: 231771: 28e9771 v: v3
1 parent a480dc7 commit 0ae51df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: edca8f73d635d20e9b9cfc3a550d5c8ab261c134
11+
refs/heads/auto: 6a127e95c7ed0d65c6f9dcc52f811fe5d6d2c2d1
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/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)