Skip to content

Commit

Permalink
removed unnecessary imports in test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-sonuga committed Sep 14, 2024
1 parent e365469 commit a9049a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fastalloc/tests.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::OperandConstraint::{self, *};
use crate::OperandKind::{self, *};
use crate::{
run, Algorithm, Allocation, Block, Function, Inst, InstOrEdit, InstRange, MachineEnv, Operand,
OperandPos, Output, PReg, PRegSet, ProgPoint, RegClass, RegallocOptions, SpillSlot, VReg,
run, Algorithm, Allocation, Block, Function, Inst, InstRange, MachineEnv, Operand,
OperandPos, PReg, PRegSet, ProgPoint, RegClass, RegallocOptions, VReg,
};
use alloc::vec;
use alloc::vec::Vec;
Expand Down

0 comments on commit a9049a2

Please sign in to comment.