Long lines.

This commit is contained in:
Luqman Aden 2013-02-17 21:53:29 -05:00
parent 0f09c106f0
commit 5b5ac331db
1 changed files with 2 additions and 1 deletions

View File

@ -1463,7 +1463,8 @@ pub impl Resolver {
}
view_item_extern_mod(name, _, node_id) => {
match find_extern_mod_stmt_cnum(self.session.cstore, node_id) {
match find_extern_mod_stmt_cnum(self.session.cstore,
node_id) {
Some(crate_id) => {
let (child_name_bindings, new_parent) =
self.add_child(name, parent, ForbidDuplicateTypes,