Skip to content

Commit 6e1f30f

Browse files
committed
librustc: Long lines
1 parent 11d5f00 commit 6e1f30f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc/metadata/creader.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ impl SimpleVisitor for Env {
145145
~[attr::mk_name_value_item_str(@"package_id", p),
146146
attr::mk_name_value_item_str(@"name", s.to_managed())],
147147
*meta_items),
148-
None => self.diag.span_bug(i.span, "Bad package path in `extern mod` item")
148+
None => {
149+
self.diag.span_bug(i.span,
150+
"bad package path in `extern mod` item")
151+
}
149152
}
150153
}
151154
};

0 commit comments

Comments
 (0)