Update lower.rs

This commit is contained in:
Shunsuke Shibayama 2022-08-17 11:26:20 +09:00
parent 1b4114346f
commit a039f7f672

View file

@ -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;