avoid re-exporting options from std/wrapnils (#18222)

This commit is contained in:
Timothee Cour
2021-06-09 22:00:34 -07:00
committed by GitHub
parent 19918ceb2b
commit 79ded694d7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import std/wrapnils
from std/options import get, isSome
proc checkNotZero(x: float): float =
doAssert x != 0