mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 09:43:58 +00:00
avoid re-exporting options from std/wrapnils (#18222)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import std/wrapnils
|
||||
from std/options import get, isSome
|
||||
|
||||
proc checkNotZero(x: float): float =
|
||||
doAssert x != 0
|
||||
|
||||
Reference in New Issue
Block a user