no need for InferredGenericType!

This commit is contained in:
James Blacklock 2021-10-15 02:57:49 -07:00 committed by Olivier Goffart
parent ab665ba7b6
commit cc4105e274
4 changed files with 2 additions and 9 deletions

View file

@ -179,7 +179,6 @@ fn to_debug_string(
match &ty {
Type::Invalid => Expression::Invalid,
Type::Void
| Type::InferredGenericType
| Type::InferredCallback
| Type::InferredProperty
| Type::Component(_)