mirror of https://github.com/status-im/NimYAML.git
experimental: notnil
This commit is contained in:
parent
51d33d4a05
commit
ddf22a3a41
|
@ -14,6 +14,9 @@
|
||||||
import tables, strutils, macros, streams
|
import tables, strutils, macros, streams
|
||||||
import taglib, stream, private/lex, private/internal
|
import taglib, stream, private/lex, private/internal
|
||||||
|
|
||||||
|
when defined(nimNoNil):
|
||||||
|
{.experimental: "notnil".}
|
||||||
|
|
||||||
type
|
type
|
||||||
WarningCallback* = proc(line, column: int, lineContent: string,
|
WarningCallback* = proc(line, column: int, lineContent: string,
|
||||||
message: string)
|
message: string)
|
||||||
|
|
Loading…
Reference in New Issue