Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 9, 2024
1 parent c2d4d4f commit fb07b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use stable_mir::mir::{
Place, PointerCoercion, ProjectionElem, Rvalue, Statement, StatementKind, Terminator,
TerminatorKind,
};
use stable_mir::ty::{ConstantKind, MirConst, RigidTy, Span, Ty, TyKind, UintTy};
use stable_mir::ty::{ConstantKind, RigidTy, Ty, TyKind};
use strum_macros::AsRefStr;

use super::{PointeeInfo, PointeeLayout};
Expand Down

0 comments on commit fb07b8a

Please sign in to comment.