Skip to content

Commit

Permalink
cleanup unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Jan 24, 2025
1 parent 166f170 commit c9bb2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ir/src/comp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use super::{
InvIdx, Invoke, MutCtx, Param, ParamIdx, Port, PortIdx, Prop, PropIdx,
Time, TimeSub,
};
use crate::{utils::Idx, DenseIndexInfo, ParamOwner, SparseInfoMap};
use crate::{utils::Idx, DenseIndexInfo, ParamOwner};
use fil_ast as ast;
use fil_derive::Ctx;
use fil_utils as utils;
Expand Down

0 comments on commit c9bb2cc

Please sign in to comment.