diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-06-12 02:03:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 11:03:52 +0200 |
commit | e30a08103da14d5b1e02d6c04dc2d5afb5b9368d (patch) | |
tree | 225c8dd21b8097b2938b3cf9796d8ba2d5c3c783 /lib/core | |
parent | 82e424189ee4bf0f05fcf5695fe1c3e2d2dfc51f (diff) | |
download | Nim-e30a08103da14d5b1e02d6c04dc2d5afb5b9368d.tar.gz |
remove tyOpt, mOpt (#14636)
* remove tyOpt, mOpt * fixup
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/macros.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 9e17b665a..3590a162b 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -106,7 +106,7 @@ type ntyError, ntyBuiltinTypeClass, ntyUserTypeClass, ntyUserTypeClassInst, ntyCompositeTypeClass, ntyInferred, ntyAnd, ntyOr, ntyNot, - ntyAnything, ntyStatic, ntyFromExpr, ntyOpt, ntyVoid + ntyAnything, ntyStatic, ntyFromExpr, ntyOptDeprecated, ntyVoid TNimTypeKinds* {.deprecated.} = set[NimTypeKind] NimSymKind* = enum |