mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Update lower.rs
This commit is contained in:
parent
1b4114346f
commit
a039f7f672
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use erg_parser::ast;
|
|||
use erg_parser::ast::AST;
|
||||
|
||||
use crate::context::{Context, ContextKind, RegistrationMode};
|
||||
use crate::error::{LowerError, LowerErrors, LowerResult, LowerWarnings, readable_name};
|
||||
use crate::error::{LowerError, LowerErrors, LowerResult, LowerWarnings};
|
||||
use crate::hir;
|
||||
use crate::hir::HIR;
|
||||
use crate::varinfo::Visibility;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue