Resolver - Removed unused import
This commit is contained in:
parent
599652e98e
commit
4255fc30d5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::collections::HashMap;
|
||||
|
||||
use crate::{
|
||||
ast::{ClassMemberDecl, ExprNode, FunDecl, ProgramNode, StmtNode, VariableExpr},
|
||||
ast::{ClassMemberDecl, ExprNode, ProgramNode, StmtNode, VariableExpr},
|
||||
errors::{ErrorKind, SloxError, SloxResult},
|
||||
tokens::Token,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue