Skip to content

Commit

Permalink
Update link_hir.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 16, 2023
1 parent bb613c2 commit bcebe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erg_compiler/link_hir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl<'a> HIRLinker<'a> {
Self::resolve_pymod_path(chunk);
}
}
Expr::Import(_) => unreachable!(),
Expr::Import(_) => {}
Expr::Dummy(_) => {}
}
}
Expand Down

0 comments on commit bcebe04

Please sign in to comment.