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

@@ -991,9 +991,3 @@ pub enum DefiningAnchor {
/// Used to catch type mismatch errors when handling opaque types.
Error,
}
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, HashStable)]
pub enum IsNormalizesToHack {
Yes,
No,
}