summary refs log tree commit diff stats
path: root/lib/std
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-07-21 19:46:17 +0800
committerGitHub <noreply@github.com>2021-07-21 13:46:17 +0200
commit6f34829ee5a060300859002fd41f0181c0adf754 (patch)
tree06371d6469a5fe7d16e209a493d50e45c101ee94 /lib/std
parentf86a530214d56f39664d6aaca3ddddf3b2fdba0c (diff)
downloadNim-6f34829ee5a060300859002fd41f0181c0adf754.tar.gz
clean unused imports on runnableExamples (#18551)
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/monotimes.nim2
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