Skip to content

Commit 1a91e67

Browse files
committed
pacify the mercilous tidy
1 parent f3990fe commit 1a91e67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/librustc_metadata/encoder.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,9 @@ impl<'a, 'tcx, 'encoder> ItemContentBuilder<'a, 'tcx, 'encoder> {
947947

948948
// Encode all the items in self module.
949949
for foreign_item in &fm.items {
950-
self.rbml_w.wr_tagged_u64(tag_mod_child,
951-
def_to_u64(ecx.tcx.map.local_def_id(foreign_item.id)));
950+
self.rbml_w.wr_tagged_u64(
951+
tag_mod_child,
952+
def_to_u64(ecx.tcx.map.local_def_id(foreign_item.id)));
952953
}
953954
self.encode_visibility(vis);
954955
encode_stability(self.rbml_w, stab);

0 commit comments

Comments
 (0)