Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Oct 1, 2024
1 parent 94f97f2 commit 8d20ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/filament/src/ir_passes/bundle_elim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
use fil_ir::{
self as ir, Access, AddCtx, Bind, Command, Component, Connect, Ctx,
DenseIndexInfo, DisplayCtx, Expr, Foreign, Info, InvIdx, Invoke, Liveness,
MutCtx, Param, Port, PortIdx, PortOwner, Range, SparseInfoMap, Subst, Time,
MutCtx, Port, PortIdx, PortOwner, Range, SparseInfoMap, Subst, Time,
};
use fil_utils as utils;
use itertools::Itertools;
Expand Down

0 comments on commit 8d20ec8

Please sign in to comment.