remove unused import
This commit is contained in:
parent
dcec8ecfe6
commit
bf429fbdbf
|
@ -8,7 +8,7 @@ use crate::{
|
|||
Span, TraceLevel, TypedArg, TypedClause, TypedClauseGuard, TypedDataType, TypedPattern,
|
||||
UnOp,
|
||||
},
|
||||
builtins::{bool, data, function, int, list, string, void},
|
||||
builtins::{bool, data, function, int, list, void},
|
||||
expr::TypedExpr,
|
||||
line_numbers::{LineColumn, LineNumbers},
|
||||
tipo::{
|
||||
|
|
Loading…
Reference in New Issue