Rename TyKind::ForeignType to Foreign

This commit is contained in:
Laurențiu Nicola 2021-04-05 15:38:28 +03:00
parent 65c2e51940
commit 72c54c53cd
7 changed files with 10 additions and 10 deletions

View file

@ -1900,7 +1900,7 @@ impl Type {
| TyKind::Dyn(_)
| TyKind::Function(_)
| TyKind::Alias(_)
| TyKind::ForeignType(_) => false,
| TyKind::Foreign(_) => false,
}
}
}