diff options
-rw-r--r-- | lib/impure/nre.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/impure/nre.nim b/lib/impure/nre.nim index c636c5203..76a0f3db6 100644 --- a/lib/impure/nre.nim +++ b/lib/impure/nre.nim @@ -48,7 +48,6 @@ export options ## # (a: 6, b: 6) ## # (a: 7, b: 7) ## -## import options # critical to use isSome() and get() ## let firstVowel = "foo".find(vowels) ## let hasVowel = firstVowel.isSome() ## if hasVowel: |