mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-29 13:15:49 +00:00
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…
x
Reference in New Issue
Block a user