mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
Update link_hir.rs
This commit is contained in:
parent
bb613c20d6
commit
bcebe04f3a
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ impl<'a> HIRLinker<'a> {
|
|||
Self::resolve_pymod_path(chunk);
|
||||
}
|
||||
}
|
||||
Expr::Import(_) => unreachable!(),
|
||||
Expr::Import(_) => {}
|
||||
Expr::Dummy(_) => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue