We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166f170 commit c9bb2ccCopy full SHA for c9bb2cc
crates/ir/src/comp.rs
@@ -4,7 +4,7 @@ use super::{
4
InvIdx, Invoke, MutCtx, Param, ParamIdx, Port, PortIdx, Prop, PropIdx,
5
Time, TimeSub,
6
};
7
-use crate::{utils::Idx, DenseIndexInfo, ParamOwner, SparseInfoMap};
+use crate::{utils::Idx, DenseIndexInfo, ParamOwner};
8
use fil_ast as ast;
9
use fil_derive::Ctx;
10
use fil_utils as utils;
0 commit comments