Skip to content

Commit 5b5ac33

Browse files
committed
Long lines.
1 parent 0f09c10 commit 5b5ac33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/middle/resolve.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,8 @@ pub impl Resolver {
14631463
}
14641464
14651465
view_item_extern_mod(name, _, node_id) => {
1466-
match find_extern_mod_stmt_cnum(self.session.cstore, node_id) {
1466+
match find_extern_mod_stmt_cnum(self.session.cstore,
1467+
node_id) {
14671468
Some(crate_id) => {
14681469
let (child_name_bindings, new_parent) =
14691470
self.add_child(name, parent, ForbidDuplicateTypes,

0 commit comments

Comments
 (0)