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