diff options
author | Laurențiu Nicola <[email protected]> | 2021-04-05 13:38:28 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-04-05 13:39:06 +0100 |
commit | 72c54c53cdc543eab40fc5d4593e6a7f57c94755 (patch) | |
tree | a6054d3be3c3c91fdd1b076d3392c69be24b6965 /crates/hir | |
parent | 65c2e5194034e4f6f556b96e71ce62bc2a465a35 (diff) |
Rename TyKind::ForeignType to Foreign
Diffstat (limited to 'crates/hir')
-rw-r--r-- | crates/hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index 76d0e98af..b14c9a675 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs | |||
@@ -1900,7 +1900,7 @@ impl Type { | |||
1900 | | TyKind::Dyn(_) | 1900 | | TyKind::Dyn(_) |
1901 | | TyKind::Function(_) | 1901 | | TyKind::Function(_) |
1902 | | TyKind::Alias(_) | 1902 | | TyKind::Alias(_) |
1903 | | TyKind::ForeignType(_) => false, | 1903 | | TyKind::Foreign(_) => false, |
1904 | } | 1904 | } |
1905 | } | 1905 | } |
1906 | } | 1906 | } |