remove unused import
This commit is contained in:
parent
ae0651127d
commit
1294d0f710
|
@ -7,7 +7,7 @@ use nu_protocol::{
|
||||||
ast::{CellPath, Expr, Expression, ListItem, RecordItem},
|
ast::{CellPath, Expr, Expression, ListItem, RecordItem},
|
||||||
engine::StateWorkingSet,
|
engine::StateWorkingSet,
|
||||||
ir::{DataSlice, Instruction, Literal},
|
ir::{DataSlice, Instruction, Literal},
|
||||||
IntoSpanned, RegId, Type, ENV_VARIABLE_ID,
|
IntoSpanned, RegId, ENV_VARIABLE_ID,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub(crate) fn compile_expression(
|
pub(crate) fn compile_expression(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user