Skip to content

Commit c9bb2cc

Browse files
committed
cleanup unused import
1 parent 166f170 commit c9bb2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ir/src/comp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use super::{
44
InvIdx, Invoke, MutCtx, Param, ParamIdx, Port, PortIdx, Prop, PropIdx,
55
Time, TimeSub,
66
};
7-
use crate::{utils::Idx, DenseIndexInfo, ParamOwner, SparseInfoMap};
7+
use crate::{utils::Idx, DenseIndexInfo, ParamOwner};
88
use fil_ast as ast;
99
use fil_derive::Ctx;
1010
use fil_utils as utils;

0 commit comments

Comments
 (0)