mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 08:51:21 +00:00
clean unused imports on runnableExamples (#18551)
This commit is contained in:
@@ -15,8 +15,6 @@ meaning that that the following is guaranteed to work:
|
||||
]##
|
||||
|
||||
runnableExamples:
|
||||
import std/os
|
||||
|
||||
let a = getMonoTime()
|
||||
let b = getMonoTime()
|
||||
assert a <= b
|
||||
|
||||
Reference in New Issue
Block a user