remove stylechecks workaround

This commit is contained in:
Jaremy Creechley 2023-08-29 17:21:51 -07:00
parent 3806af5f5f
commit fe72a81ba3
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 0 additions and 6 deletions

View File

@ -3,9 +3,6 @@ import std/hashes
export hashes
when defined(nimHasStyleChecks):
{.push styleChecks: off.}
type
DataBufferHolder* = object
buf: ptr UncheckedArray[byte]

View File

@ -14,9 +14,6 @@ import threading/smartptrs
export key, query, smartptrs, databuffer
when defined(nimHasStyleChecks):
{.push styleChecks: off.}
push: {.upraises: [].}
type