summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-05-19 19:18:16 +0200
committerGitHub <noreply@github.com>2021-05-19 19:18:16 +0200
commit7052503ca8d360f11fabf476f7450dc3f794a602 (patch)
treec07989824952e908db544509c0cdb61035199c67 /lib/pure
parent558644725ddcb72ae4e0b34ad5cfb1d38e2c5385 (diff)
downloadNim-7052503ca8d360f11fabf476f7450dc3f794a602.tar.gz
make strformat part of the prelude (#18046)
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/prelude.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/prelude.nim b/lib/pure/prelude.nim
index f1728b5f7..3c98d9d57 100644
--- a/lib/pure/prelude.nim
+++ b/lib/pure/prelude.nim
@@ -25,4 +25,4 @@ when defined(nimdoc) and isMainModule:
   # xxx `nim doc -b:js -d:nodejs --doccmd:-d:nodejs lib/pure/prelude.nim` fails for some reason
   # specific to `nim doc`, but the code otherwise works with nodejs.
 
-import std/[os, strutils, times, parseutils, hashes, tables, sets, sequtils, parseopt]
+import std/[os, strutils, times, parseutils, hashes, tables, sets, sequtils, parseopt, strformat]