Update link_hir.rs

This commit is contained in:
Shunsuke Shibayama 2023-08-16 21:28:09 +09:00
parent bb613c20d6
commit bcebe04f3a

View file

@ -216,7 +216,7 @@ impl<'a> HIRLinker<'a> {
Self::resolve_pymod_path(chunk);
}
}
Expr::Import(_) => unreachable!(),
Expr::Import(_) => {}
Expr::Dummy(_) => {}
}
}