cleanup imports

This commit is contained in:
lcnr
2023-06-20 12:19:40 +02:00
parent f5438d658f
commit f7472aa69e
5 changed files with 20 additions and 21 deletions

View File

@@ -228,3 +228,9 @@ impl<'tcx> TypeVisitable<TyCtxt<'tcx>> for PredefinedOpaques<'tcx> {
self.opaque_types.visit_with(visitor)
}
}
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, HashStable)]
pub enum IsNormalizesToHack {
Yes,
No,
}