remove stylechecks workaround

This commit is contained in:
Jaremy Creechley 2023-08-29 17:21:51 -07:00 committed by Dmitriy Ryajov
parent 64434b70b0
commit da83b04efe
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
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