pacify the mercilous tidy

This commit is contained in:
Niko Matsakis 2016-08-15 10:19:58 -04:00
parent f3990feb2e
commit 1a91e67614

View file

@ -947,8 +947,9 @@ impl<'a, 'tcx, 'encoder> ItemContentBuilder<'a, 'tcx, 'encoder> {
// Encode all the items in self module.
for foreign_item in &fm.items {
self.rbml_w.wr_tagged_u64(tag_mod_child,
def_to_u64(ecx.tcx.map.local_def_id(foreign_item.id)));
self.rbml_w.wr_tagged_u64(
tag_mod_child,
def_to_u64(ecx.tcx.map.local_def_id(foreign_item.id)));
}
self.encode_visibility(vis);
encode_stability(self.rbml_w, stab);