chore: uncomment code

This commit is contained in:
Shunsuke Shibayama 2024-08-31 11:06:35 +09:00
parent d2460b9dde
commit 46f08c4451
3 changed files with 8 additions and 8 deletions

View file

@ -4762,9 +4762,9 @@ impl Type {
return;
}
if self.level() == Some(GENERIC_LEVEL) {
/*if DEBUG_MODE {
if DEBUG_MODE {
panic!("{self} is fixed");
}*/
}
return;
}
match self {