Remove unused imports

This commit is contained in:
Ayaz Hafiz 2022-12-27 16:30:45 -06:00
parent 972046445b
commit 039bab65f5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 3 additions and 9 deletions

View file

@ -9,9 +9,7 @@ use crate::ir::{
Call, CallSpecId, CallType, Expr, HostExposedLayouts, JoinPointId, ModifyRc, Proc, ProcLayout,
SelfRecursive, Stmt, UpdateModeId,
};
use crate::layout::{
Builtin, CapturesNiche, LambdaName, Layout, Niche, STLayoutInterner, UnionLayout,
};
use crate::layout::{Builtin, LambdaName, Layout, Niche, STLayoutInterner, UnionLayout};
mod equality;
mod refcount;