mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 21:53:05 +00:00
remove stylechecks workaround
This commit is contained in:
parent
64434b70b0
commit
da83b04efe
@ -3,9 +3,6 @@ import std/hashes
|
||||
|
||||
export hashes
|
||||
|
||||
when defined(nimHasStyleChecks):
|
||||
{.push styleChecks: off.}
|
||||
|
||||
type
|
||||
DataBufferHolder* = object
|
||||
buf: ptr UncheckedArray[byte]
|
||||
|
||||
@ -14,9 +14,6 @@ import threading/smartptrs
|
||||
|
||||
export key, query, smartptrs, databuffer
|
||||
|
||||
when defined(nimHasStyleChecks):
|
||||
{.push styleChecks: off.}
|
||||
|
||||
push: {.upraises: [].}
|
||||
|
||||
type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user