remove Defect raises from makeFieldReadersTable
This commit is contained in:
parent
770f2a48ec
commit
b7c085fc5c
|
@ -214,7 +214,7 @@ proc makeFieldReadersTable(RecordType, ReaderType: distinct type,
|
|||
|
||||
enumAllSerializedFields(RecordType):
|
||||
proc readField(obj: var RecordType, reader: var ReaderType)
|
||||
{.gcsafe, nimcall, raises: [SerializationError, Defect].} =
|
||||
{.gcsafe, nimcall, raises: [SerializationError].} =
|
||||
|
||||
mixin readValue
|
||||
|
||||
|
|
Loading…
Reference in New Issue