Fix compilation on nim devel (#130)

This commit is contained in:
Tanguy 2022-10-24 13:29:13 +02:00 committed by GitHub
parent 2424f2b215
commit acbe30e9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -210,5 +210,5 @@ method decode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
method encode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} = method encode*(self: Ext, frame: Frame): Future[Frame] {.base, async.} =
raiseAssert "Not implemented!" raiseAssert "Not implemented!"
method toHttpOptions*(self: Ext): string {.base.} = method toHttpOptions*(self: Ext): string {.base, gcsafe.} =
raiseAssert "Not implemented!" raiseAssert "Not implemented!"