clean up warnings
[bigint-presentation-code.git] / register_allocator / src / function.rs
index b823f3c407058608123e2d08ed05a5e21abd5464..cff8039a8aebdcf85323675a366d7e77a9919ae0 100644 (file)
@@ -2,7 +2,7 @@ use crate::{
     error::{Error, Result},
     index::{BlockIdx, InstIdx, InstRange, SSAValIdx},
     interned::{GlobalState, Intern, Interned},
-    loc::{BaseTy, Loc, LocFields, LocKind, Ty},
+    loc::{BaseTy, Loc, Ty},
     loc_set::LocSet,
 };
 use arbitrary::Arbitrary;