remove Defect raises from makeFieldReadersTable

This commit is contained in:
jangko 2023-06-05 09:01:07 +07:00
parent 770f2a48ec
commit b7c085fc5c
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ proc makeFieldReadersTable(RecordType, ReaderType: distinct type,
enumAllSerializedFields(RecordType): enumAllSerializedFields(RecordType):
proc readField(obj: var RecordType, reader: var ReaderType) proc readField(obj: var RecordType, reader: var ReaderType)
{.gcsafe, nimcall, raises: [SerializationError, Defect].} = {.gcsafe, nimcall, raises: [SerializationError].} =
mixin readValue mixin readValue