diff options
author | flywind <xzsflywind@gmail.com> | 2021-07-21 19:46:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 13:46:17 +0200 |
commit | 6f34829ee5a060300859002fd41f0181c0adf754 (patch) | |
tree | 06371d6469a5fe7d16e209a493d50e45c101ee94 /lib/std | |
parent | f86a530214d56f39664d6aaca3ddddf3b2fdba0c (diff) | |
download | Nim-6f34829ee5a060300859002fd41f0181c0adf754.tar.gz |
clean unused imports on runnableExamples (#18551)
Diffstat (limited to 'lib/std')
-rw-r--r-- | lib/std/monotimes.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/monotimes.nim b/lib/std/monotimes.nim index 3bb4fa141..bd078d7c0 100644 --- a/lib/std/monotimes.nim +++ b/lib/std/monotimes.nim @@ -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 |